Skip to content

Commit ccdc0ef

Browse files
committed
Version 0.9.0
1 parent 61b58ea commit ccdc0ef

3 files changed

Lines changed: 10 additions & 4 deletions

File tree

doc/CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
1-
## 0.8.2
1+
## 0.9.0
2+
3+
* New format for layout file #56
4+
* Drop support for layout file created with v0.7 or lower
5+
* Release only ChromeApp ver from this version
6+
7+
## 0.8.2
28

39
* Support Brazillian Portuguese locale #48
410
* Show description of Base Format in Tooltip #52

src/app/version.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@ thin.Version.MAJOR = 0;
2727
/**
2828
* @type {number}
2929
*/
30-
thin.Version.MINOR = 8;
30+
thin.Version.MINOR = 9;
3131

3232

3333
/**
3434
* @type {number}
3535
*/
36-
thin.Version.TINY = 2;
36+
thin.Version.TINY = 0;
3737

3838

3939
/**

src/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"manifest_version": 2,
33
"name": "Thinreports Editor",
4-
"version": "0.8.2",
4+
"version": "0.9.0",
55
"description": "The Official Report Designer for Thinreports, an open source report generation tool for Ruby.",
66
"author": "Thinreports.org",
77
"icons": {

0 commit comments

Comments
 (0)