Skip to content

Commit 34cccf6

Browse files
committed
CB-12736 Updated version and RELEASENOTES.md for release 1.3.3 (via coho)
1 parent 8a15d04 commit 34cccf6

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

RELEASENOTES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@
2020
-->
2121
# Release Notes
2222

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+
2327
### 1.3.2 (Feb 28, 2017)
2428
* [CB-12353](https://issues.apache.org/jira/browse/CB-12353) Corrected merges usage in `plugin.xml`
2529
* [CB-12369](https://issues.apache.org/jira/browse/CB-12369) Add plugin typings from `DefinitelyTyped`

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cordova-plugin-dialogs",
3-
"version": "1.3.3-dev",
3+
"version": "1.3.3",
44
"description": "Cordova Notification Plugin",
55
"types": "./types/index.d.ts",
66
"cordova": {

plugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
2222
id="cordova-plugin-dialogs"
23-
version="1.3.3-dev">
23+
version="1.3.3">
2424

2525
<name>Notification</name>
2626
<description>Cordova Notification Plugin</description>

tests/plugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
2222
id="cordova-plugin-dialogs-tests"
23-
version="1.3.3-dev">
23+
version="1.3.3">
2424
<name>Cordova Notification Plugin Tests</name>
2525
<license>Apache 2.0</license>
2626

0 commit comments

Comments
 (0)