Skip to content

Commit f31c4e2

Browse files
committed
Update doc and set v0.11.2
Signed-off-by: Roi Dayan <[email protected]>
1 parent a7e0df2 commit f31c4e2

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
<a name"0.11.2"></a>
2+
### 0.11.2 (2016-03-04)
3+
4+
- bug fixes
5+
- update dependencies
6+
7+
18
<a name"0.11.0"></a>
29
### 0.11.0 (2015-11-28)
310

Redminejs.xdk

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"projectTypeName": "com.intel.xdk.projecttype.jsapp",
77
"src": "",
88
"projectGuid": "b1ebf536-7553-4661-982a-291ed1c484db",
9-
"lastModifiedDate": 1448729638804,
9+
"lastModifiedDate": 1457098509695,
1010
"creationDate": 1441377460995
1111
},
1212
"sourceDirectory": "www",
@@ -102,8 +102,8 @@
102102
"splashes_": [],
103103
"addlPermissions_": "",
104104
"excludedLibraries_": "",
105-
"appVersion_": "0.11.0",
106-
"appVersionCode_": "6",
105+
"appVersion_": "0.11.2",
106+
"appVersionCode_": "7",
107107
"crosswalkVersion_": "11",
108108
"cordovaCLIVersion_": "5.1.1",
109109
"appDescription_": "Redmine Client",

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "redmine.js",
3-
"version": "0.11.0",
3+
"version": "0.11.2",
44
"description": "Angular based Redmine REST API client",
55
"license": "GPLv2",
66
"private": true,

0 commit comments

Comments
 (0)