From c51c7ddf3b1aa41a6c13913bc624727d7eb4cee5 Mon Sep 17 00:00:00 2001 From: singuerinc Date: Tue, 20 Nov 2018 20:53:24 +0100 Subject: [PATCH] release: 0.12.0 --- app/package.json | 2 +- app/utils/analytics.ts | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/package.json b/app/package.json index 684bf2d..5036031 100755 --- a/app/package.json +++ b/app/package.json @@ -1,7 +1,7 @@ { "name": "overlay", "productName": "Overlay", - "version": "0.11.1", + "version": "0.12.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/app/utils/analytics.ts b/app/utils/analytics.ts index 0cea7b9..5f90427 100644 --- a/app/utils/analytics.ts +++ b/app/utils/analytics.ts @@ -14,7 +14,7 @@ const allowAnalytics = (): boolean => { }; const trackingCode = 'UA-50962418-2'; -const appVersion = '0.11.1'; +const appVersion = '0.12.0'; const userId = preferences.get(PreferenceKey.APP_USER_ID, uuid()); preferences.set(PreferenceKey.APP_USER_ID, userId); diff --git a/package.json b/package.json index dabc1a9..f4d44eb 100755 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "overlay", "productName": "Overlay", - "version": "0.11.1", + "version": "0.12.0", "description": "A set of tools for devs and designers to measure, align and overlay on-screen graphics and layouts.", "main": "main.js", "scripts": {