Skip to content

Commit

Permalink
release: 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
singuerinc committed Oct 8, 2018
1 parent efaf21a commit 1031060
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
0.5.0
==================

* feat: add columns tool
* refactor: better toolbox icon colors
* refactor: use redux for state

0.4.1
==================

Expand Down
2 changes: 1 addition & 1 deletion app/components/core/analytics.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import * as uuid from 'uuid/v4';
import * as store from 'store';

const trackingCode = 'UA-50962418-2';
const appVersion = '4.0.1';
const appVersion = '0.5.0';

const firstRun = store.get('firstRun') || true;
const userId = store.get('userId') || uuid();
Expand Down
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "overlay",
"productName": "Overlay",
"version": "0.4.1",
"version": "0.5.0",
"description": "A set of tools for devs and designers to measure, align and overlay on-screen graphics and layouts.",
"main": "./main.js",
"author": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "overlay",
"productName": "Overlay",
"version": "0.4.1",
"version": "0.5.0",
"description": "A set of tools for devs and designers to measure, align and overlay on-screen graphics and layouts.",
"main": "main.js",
"scripts": {
Expand Down

0 comments on commit 1031060

Please sign in to comment.