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/10/28 23:13:41 UTC

[5/7] git commit: [CB-5188] Updated version and RELEASENOTES.md for release 0.2.4

[CB-5188] Updated version and RELEASENOTES.md for release 0.2.4


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/71ea9467
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/tree/71ea9467
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/diff/71ea9467

Branch: refs/heads/dev
Commit: 71ea946746cc52d5a5bfaa6cb39f69722e7090a2
Parents: 1cfd009
Author: Steven Gill <st...@gmail.com>
Authored: Mon Oct 28 12:08:11 2013 -0700
Committer: Steven Gill <st...@gmail.com>
Committed: Mon Oct 28 12:08:11 2013 -0700

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


http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/blob/71ea9467/RELEASENOTES.md
----------------------------------------------------------------------
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index 85e9b6e..e870512 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -31,4 +31,8 @@
 * [CB-4806] (Re-fix) Update splashscreen image bounds for iOS 7
 * [CB-4934] plugin-splashscreen should not show by default on Windows8
 * [CB-4929] plugin-splashscreen not loading proxy windows8
-* [CB-4915] Incremented plugin version on dev branch.
\ No newline at end of file
+* [CB-4915] Incremented plugin version on dev branch.
+
+### 0.2.4 (Oct 28, 2013)
+* CB-5128: add repo + issue tag to plugin.xml for splashscreen plugin
+* [CB-5010] Incremented plugin version on dev branch.

http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/blob/71ea9467/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index 94cb3cb..5500ad3 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.4-dev">
+      version="0.2.4">
     <name>Splashscreen</name>
     <description>Cordova Splashscreen Plugin</description>
     <license>Apache 2.0</license>