This is an automated email from the ASF dual-hosted git repository.

steven pushed a commit to branch master
in repository 
https://gitbox.apache.org/repos/asf/cordova-plugin-globalization.git

commit 65331146ca90d92d4fcb47c58937a7fcb8933797
Author: Steve Gill <stevengil...@gmail.com>
AuthorDate: Thu Apr 12 17:06:22 2018 -0700

    CB-14030 Updated version and RELEASENOTES.md for release 1.11.0 (via coho)
---
 RELEASENOTES.md  | 3 +++
 package.json     | 2 +-
 plugin.xml       | 2 +-
 tests/plugin.xml | 2 +-
 4 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index 8816e8c..1cb7408 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -20,6 +20,9 @@
 -->
 # Release Notes
 
+### 1.11.0 (Apr 12, 2018)
+* Updating `moment.js` to version 2.20.1 (#64)
+
 ### 1.0.9 (Dec 15, 2017)
 * Deprecated this plugin. Read our migration guide at 
https://cordova.apache.org/news/2017/11/20/migrate-from-cordova-globalization-plugin.html
 * Update moment.js to version `2.19.1`
diff --git a/package.json b/package.json
index 8cc9aae..0b7fe08 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova-plugin-globalization",
-  "version": "1.0.10-dev",
+  "version": "1.11.0",
   "description": "Cordova Globalization Plugin",
   "types": "./types/index.d.ts",
   "cordova": {
diff --git a/plugin.xml b/plugin.xml
index 031f796..043f054 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -20,7 +20,7 @@
 
 <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0";
            id="cordova-plugin-globalization"
-      version="1.0.10-dev">
+      version="1.11.0">
     <name>Globalization</name>
     <description>Cordova Globalization Plugin</description>
     <license>Apache 2.0</license>
diff --git a/tests/plugin.xml b/tests/plugin.xml
index f6b0785..3335979 100644
--- a/tests/plugin.xml
+++ b/tests/plugin.xml
@@ -20,7 +20,7 @@
 
 <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0";
     id="cordova-plugin-globalization-tests"
-    version="1.0.10-dev">
+    version="1.11.0">
     <name>Cordova Globalization Plugin Tests</name>
     <license>Apache 2.0</license>
 

-- 
To stop receiving notification emails like this one, please contact
ste...@apache.org.

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org

Reply via email to