Skip to content
This repository was archived by the owner on Jan 15, 2021. It is now read-only.

Commit 7e10689

Browse files
committed
Preparing for 2.0.4 release.
1 parent 1fb1b62 commit 7e10689

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

thali/install/install.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ module.exports = function(callback, appRootDirectory) {
325325

326326
var thaliProjectName = "thaliproject";
327327
var thaliDepotName = "Thali_CordovaPlugin";
328-
var thaliBranchName = "master";
328+
var thaliBranchName = "npmv2.0.4";
329329

330330
fetchAndInstallJxCoreCordovaPlugin(appRootDirectory, jxCoreVersionNumber)
331331
.then(function () {

thali/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "thali",
3-
"version": "2.0.3",
3+
"version": "2.0.4",
44
"description": "Thali Cordova Plugin",
55
"main": "thalireplicationmanager.js",
66
"dependencies": {

0 commit comments

Comments
 (0)