Skip to content

Commit 7b8b5b8

Browse files
committed
Version 0.9.1
1 parent a281c75 commit 7b8b5b8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/app/version.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ thin.Version.MINOR = 9;
3333
/**
3434
* @type {number}
3535
*/
36-
thin.Version.TINY = 0;
36+
thin.Version.TINY = 1;
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.9.0",
4+
"version": "0.9.1",
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)