Skip to content

Commit b4ef71c

Browse files
committed
versioning 1.1.1
1 parent 26581ba commit b4ef71c

File tree

4 files changed

+4
-1
lines changed

4 files changed

+4
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ GPL3
4747

4848
## Change Log
4949

50+
* **1.1.1** (2017/12/30): Fixed issue #36 for Redmine 3.4 and fixed #38 for Easy Gantt plugin
5051
* **1.1.0** (2016/10/27): Fixed some issues #31 #32 (from @addow) and improved wiki to be close to GitHub
5152
* **1.0.9** (2016/07/10): Fixed some issues #27 #28 for Redmine 3.3
5253
* **1.0.8** (2016/06/23): Support new menu item in 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.0.9",
3+
"version": "1.1.1",
44
"description": "Redmine gitmike theme",
55
"repository": {
66
"type": "git",

sass/_themeheader.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +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
56
* @see https://github.com/makotokw/redmine-theme-gitmike
67
* @license GPL3 License
78
*/

stylesheets/application.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +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
67
* @see https://github.com/makotokw/redmine-theme-gitmike
78
* @license GPL3 License
89
*/

0 commit comments

Comments
 (0)