File tree Expand file tree Collapse file tree 4 files changed +7
-3
lines changed Expand file tree Collapse file tree 4 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 20
20
-->
21
21
# Release Notes
22
22
23
+ ### 1.3.3 (Apr 27, 2017)
24
+ * [ CB-12622] ( https://issues.apache.org/jira/browse/CB-12622 ) Added ** Android 6.0** build badge to ` README `
25
+ * [ CB-12685] ( https://issues.apache.org/jira/browse/CB-12685 ) added ` package.json ` to tests folder
26
+
23
27
### 1.3.2 (Feb 28, 2017)
24
28
* [ CB-12353] ( https://issues.apache.org/jira/browse/CB-12353 ) Corrected merges usage in ` plugin.xml `
25
29
* [ CB-12369] ( https://issues.apache.org/jira/browse/CB-12369 ) Add plugin typings from ` DefinitelyTyped `
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " cordova-plugin-dialogs" ,
3
- "version" : " 1.3.3-dev " ,
3
+ "version" : " 1.3.3" ,
4
4
"description" : " Cordova Notification Plugin" ,
5
5
"types" : " ./types/index.d.ts" ,
6
6
"cordova" : {
Original file line number Diff line number Diff line change 20
20
21
21
<plugin xmlns =" http://apache.org/cordova/ns/plugins/1.0"
22
22
id =" cordova-plugin-dialogs"
23
- version =" 1.3.3-dev " >
23
+ version =" 1.3.3" >
24
24
25
25
<name >Notification</name >
26
26
<description >Cordova Notification Plugin</description >
Original file line number Diff line number Diff line change 20
20
21
21
<plugin xmlns =" http://apache.org/cordova/ns/plugins/1.0"
22
22
id =" cordova-plugin-dialogs-tests"
23
- version =" 1.3.3-dev " >
23
+ version =" 1.3.3" >
24
24
<name >Cordova Notification Plugin Tests</name >
25
25
<license >Apache 2.0</license >
26
26
You can’t perform that action at this time.
0 commit comments