Skip to content

Commit

Permalink
chore: version bump to 3.0.0-dev (#177)
Browse files Browse the repository at this point in the history
  • Loading branch information
erisu authored Dec 26, 2020
1 parent e19c5da commit d73fad4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.1.0-dev
3.0.0-dev
2 changes: 1 addition & 1 deletion cordova-lib/cordova.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
under the License.
*/
;(function() {
var PLATFORM_VERSION_BUILD_LABEL = '2.1.0-dev';
var PLATFORM_VERSION_BUILD_LABEL = '3.0.0-dev';
// file: src/scripts/require.js
var require;
var define;
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cordova-electron",
"version": "2.1.0-dev",
"version": "3.0.0-dev",
"description": "electron apps as a target for cordova developers",
"main": "lib/Api.js",
"repository": "github:apache/cordova-electron",
Expand Down

0 comments on commit d73fad4

Please sign in to comment.