Skip to content

Commit 88b057f

Browse files
author
maeda-m
committed
Version 0.8.2
1 parent 20b3485 commit 88b057f

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 = 8;
3333
/**
3434
* @type {number}
3535
*/
36-
thin.Version.TINY = 1;
36+
thin.Version.TINY = 2;
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.1",
4+
"version": "0.8.2",
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)