Skip to content

Commit

Permalink
release: 0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
singuerinc committed Nov 20, 2018
1 parent e171333 commit c51c7dd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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.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": {
Expand Down
2 changes: 1 addition & 1 deletion app/utils/analytics.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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);
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.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": {
Expand Down

0 comments on commit c51c7dd

Please sign in to comment.