Skip to content

Commit 05fbf20

Browse files
committed
versioning 1.2.0
1 parent e4b6bd5 commit 05fbf20

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ GNU General Public License (GPL) Version 2
4545

4646
## Change Log
4747

48+
* **1.2.0** (2019/10/01): Support Redmine 4.0
4849
* **1.1.1** (2017/12/30): Fixed issue #36 for Redmine 3.4 and fixed #38 for Easy Gantt plugin
4950
* **1.1.0** (2016/10/27): Fixed some issues #31 #32 (from @addow) and improved wiki to be close to GitHub
5051
* **1.0.9** (2016/07/10): Fixed some issues #27 #28 for Redmine 3.3

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gitmike",
3-
"version": "1.1.1",
3+
"version": "1.2.0",
44
"description": "Redmine gitmike theme",
55
"repository": {
66
"type": "git",

sass/_themeheader.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* gitmike
33
* This is github-like theme for Redmine.
44
* It is based on A1 theme version 1.0.3 by Kirill Bezrukov www.redminecrm.com.
5-
* @version 1.1.1
5+
* @version 1.2.0
66
* @see https://github.com/makotokw/redmine-theme-gitmike
77
* @license GPL3 License
88
*/

stylesheets/application.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* gitmike
44
* This is github-like theme for Redmine.
55
* It is based on A1 theme version 1.0.3 by Kirill Bezrukov www.redminecrm.com.
6-
* @version 1.1.1
6+
* @version 1.2.0
77
* @see https://github.com/makotokw/redmine-theme-gitmike
88
* @license GPL3 License
99
*/

0 commit comments

Comments
 (0)