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

[1/2] git commit: Add empty CHANGELOG.md

Updated Branches:
  refs/heads/dev 79cb848db -> e45e16ae1


Add empty CHANGELOG.md


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

Branch: refs/heads/dev
Commit: 8db4f6dc91c71f6ad06e56ff00b3e242bba9ebb8
Parents: 79cb848
Author: Andrew Grieve <ag...@chromium.org>
Authored: Thu Sep 5 23:55:26 2013 -0400
Committer: Andrew Grieve <ag...@chromium.org>
Committed: Thu Sep 5 23:55:26 2013 -0400

----------------------------------------------------------------------
 CHANGELOG.md | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-console/blob/8db4f6dc/CHANGELOG.md
----------------------------------------------------------------------
diff --git a/CHANGELOG.md b/CHANGELOG.md
new file mode 100644
index 0000000..6195996
--- /dev/null
+++ b/CHANGELOG.md
@@ -0,0 +1,23 @@
+<!--
+#
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+# 
+# http://www.apache.org/licenses/LICENSE-2.0
+# 
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+#  KIND, either express or implied.  See the License for the
+# specific language governing permissions and limitations
+# under the License.
+#
+-->
+# Release Notes
+
+


[2/2] git commit: [CB-4752] Incremented plugin version on dev branch.

Posted by ag...@apache.org.
[CB-4752] Incremented plugin version on dev branch.


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

Branch: refs/heads/dev
Commit: e45e16ae1942374caf429bdee5ab9e2fa3ef82cd
Parents: 8db4f6d
Author: Andrew Grieve <ag...@chromium.org>
Authored: Fri Sep 6 00:58:21 2013 -0400
Committer: Andrew Grieve <ag...@chromium.org>
Committed: Fri Sep 6 00:58:21 2013 -0400

----------------------------------------------------------------------
 plugin.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-console/blob/e45e16ae/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index 49fcf83..0a06d56 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.core.console"
-      version="0.2.0">
+      version="0.2.1-dev">
 
     <name>Console</name>
     <description>Cordova Console Plugin</description>