From 10310608c35397e9f895df23a841c2bfdf984cb2 Mon Sep 17 00:00:00 2001 From: singuerinc Date: Mon, 8 Oct 2018 16:32:12 +0200 Subject: [PATCH] release: 0.5.0 --- CHANGELOG | 7 +++++++ app/components/core/analytics.ts | 2 +- app/package.json | 2 +- package.json | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 1afb0d4..915e9c2 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,10 @@ +0.5.0 +================== + + * feat: add columns tool + * refactor: better toolbox icon colors + * refactor: use redux for state + 0.4.1 ================== diff --git a/app/components/core/analytics.ts b/app/components/core/analytics.ts index b5df346..49677f6 100644 --- a/app/components/core/analytics.ts +++ b/app/components/core/analytics.ts @@ -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(); diff --git a/app/package.json b/app/package.json index 03fa61b..05e5d78 100755 --- a/app/package.json +++ b/app/package.json @@ -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": { diff --git a/package.json b/package.json index 6d6f25d..463560e 100755 --- a/package.json +++ b/package.json @@ -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": {