Skip to content

Commit 062709d

Browse files
committed
release: 0.7.0
1 parent ae3db40 commit 062709d

4 files changed

Lines changed: 11 additions & 3 deletions

File tree

CHANGELOG

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
0.7.0
2+
==================
3+
4+
* fix: round x,y when move rulers, guides and onions
5+
* fix: help and settings can be displayed at the same time
6+
* refactor: move more actions to redux
7+
* chore: add travis build configuration
8+
19
0.6.0
210
==================
311

app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "overlay",
33
"productName": "Overlay",
4-
"version": "0.6.0",
4+
"version": "0.7.0",
55
"description": "A set of tools for devs and designers to measure, align and overlay on-screen graphics and layouts.",
66
"main": "./main.js",
77
"author": {

app/utils/analytics.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const allowAnalytics = (): boolean => {
1414
};
1515

1616
const trackingCode = 'UA-50962418-2';
17-
const appVersion = '0.6.0';
17+
const appVersion = '0.7.0';
1818
const userId = preferences.get(PreferenceKey.APP_USER_ID, uuid());
1919

2020
preferences.set(PreferenceKey.APP_USER_ID, userId);

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "overlay",
33
"productName": "Overlay",
4-
"version": "0.6.0",
4+
"version": "0.7.0",
55
"description": "A set of tools for devs and designers to measure, align and overlay on-screen graphics and layouts.",
66
"main": "main.js",
77
"scripts": {

0 commit comments

Comments
 (0)