Skip to content

Commit

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

* fix: round x,y when move rulers, guides and onions
* fix: help and settings can be displayed at the same time
* refactor: move more actions to redux
* chore: add travis build configuration

0.6.0
==================

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.6.0",
"version": "0.7.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.6.0';
const appVersion = '0.7.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.6.0",
"version": "0.7.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 062709d

Please sign in to comment.