You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by st...@apache.org on 2013/09/27 00:27:56 UTC

[6/7] git commit: [CB-4915] Updated version and RELEASENOTES.md for release 0.2.2

[CB-4915] Updated version and RELEASENOTES.md for release 0.2.2


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/commit/f1aed7d8
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/tree/f1aed7d8
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/diff/f1aed7d8

Branch: refs/heads/master
Commit: f1aed7d8449f541e41dcc6cde60bb151bc6068c7
Parents: 87a7010
Author: Steven Gill <st...@gmail.com>
Authored: Wed Sep 25 17:56:18 2013 -0700
Committer: Steven Gill <st...@gmail.com>
Committed: Wed Sep 25 17:56:18 2013 -0700

----------------------------------------------------------------------
 RELEASENOTES.md | 7 ++++++-
 plugin.xml      | 2 +-
 2 files changed, 7 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/blob/f1aed7d8/RELEASENOTES.md
----------------------------------------------------------------------
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index 6195996..d5950f2 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -20,4 +20,9 @@
 -->
 # Release Notes
 
-
+### 0.2.2 (Sept 25, 2013)
+* CB-4889 bumping&resetting version
+* CB-4889 renaming org.apache.cordova.core.splashscreen to org.apache.cordova.splashscreen
+* Rename CHANGELOG.md -> RELEASENOTES.md
+* [CB-4806] Update splashscreen image bounds for iOS 7
+* [CB-4752] Incremented plugin version on dev branch.

http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/blob/f1aed7d8/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index 90ad2b6..8678830 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -2,7 +2,7 @@
 
 <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
            id="org.apache.cordova.splashscreen"
-      version="0.2.2-dev">
+      version="0.2.2">
     <name>Splashscreen</name>
     <description>Cordova Splashscreen Plugin</description>
     <license>Apache 2.0</license>