You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by er...@apache.org on 2020/07/06 00:16:58 UTC

[cordova-plugin-test-framework] branch master updated: breaking: major version bump 2.0.0-dev (#46)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 7b1bb77  breaking: major version bump 2.0.0-dev (#46)
7b1bb77 is described below

commit 7b1bb7762461428a980b522f7984351a89b864d4
Author: エリス <er...@users.noreply.github.com>
AuthorDate: Mon Jul 6 09:16:52 2020 +0900

    breaking: major version bump 2.0.0-dev (#46)
---
 package.json | 2 +-
 plugin.xml   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/package.json b/package.json
index deb089e..59b2156 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova-plugin-test-framework",
-  "version": "1.1.7-dev",
+  "version": "2.0.0-dev",
   "description": "Cordova Test Framework Plugin",
   "cordova": {
     "id": "cordova-plugin-test-framework",
diff --git a/plugin.xml b/plugin.xml
index 479dd65..cc0795d 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -22,7 +22,7 @@
     xmlns:rim="http://www.blackberry.com/ns/widgets"
     xmlns:android="http://schemas.android.com/apk/res/android"
     id="cordova-plugin-test-framework"
-    version="1.1.7-dev">
+    version="2.0.0-dev">
     <name>Test Framework</name>
     <description>Cordova Test Framework Plugin</description>
     <license>Apache 2.0</license>


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