Skip to content

Commit c776fe5

Browse files
committed
Version 0.11.0
1 parent 15a09b2 commit c776fe5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

app/editor/version.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ thin.Version.MAJOR = 0;
2727
/**
2828
* @type {number}
2929
*/
30-
thin.Version.MINOR = 10;
30+
thin.Version.MINOR = 11;
3131

3232

3333
/**

app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "thinreports-editor",
33
"productName": "Thinreports Editor",
4-
"version": "0.10.0",
4+
"version": "0.11.0",
55
"license": "GPL-3.0",
66
"description": "Designer for Thinreports",
77
"main": "main.js"

0 commit comments

Comments
 (0)