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

git commit: [CB-4837]: Version 0.12.0. Release notes updated.

Updated Branches:
  refs/heads/master d1515cb47 -> 308a94f19


[CB-4837]: Version 0.12.0. Release notes updated.


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugman/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugman/commit/308a94f1
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugman/tree/308a94f1
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugman/diff/308a94f1

Branch: refs/heads/master
Commit: 308a94f1969d9ada07733f74b16653f8416841fe
Parents: d1515cb
Author: Braden Shepherdson <br...@gmail.com>
Authored: Fri Sep 20 18:19:10 2013 -0400
Committer: Braden Shepherdson <br...@gmail.com>
Committed: Fri Sep 20 18:19:58 2013 -0400

----------------------------------------------------------------------
 RELEASENOTES.md | 8 ++++++++
 package.json    | 2 +-
 2 files changed, 9 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugman/blob/308a94f1/RELEASENOTES.md
----------------------------------------------------------------------
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index 1d94527..798817e 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -1,5 +1,13 @@
 # Changelog
 
+## 0.12.0
+
+### Features
+
+- Firefox OS support.
+- Speed improvements (many commands ~350ms faster)
+- Dependencies can now be fetched from the plugin repository.
+
 ## 0.11.0
 
 ### Features

http://git-wip-us.apache.org/repos/asf/cordova-plugman/blob/308a94f1/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index 82a1762..fbf19e9 100644
--- a/package.json
+++ b/package.json
@@ -2,7 +2,7 @@
   "author": "Andrew Lunny <al...@gmail.com>",
   "name": "plugman",
   "description": "install/uninstall Cordova plugins",
-  "version": "0.11.1-dev",
+  "version": "0.12.0",
   "repository": {
     "type": "git",
     "url": "git://git-wip-us.apache.org/repos/asf/cordova-plugman.git"