release: cut the 6.4.1 release

This commit is contained in:
Martin Bektchiev
2020-02-17 15:29:31 +02:00
parent a644e40c1e
commit 0f6c9c37d2
5 changed files with 35 additions and 25 deletions

View File

@@ -13,9 +13,9 @@
"license": "SEE LICENSE IN <your-license-filename>",
"repository": "<fill-your-repository-here>",
"dependencies": {
"@nativescript/core": "file:../../dist/nativescript-core-6.4.0.tgz",
"@nativescript/core": "file:../../dist/nativescript-core-6.4.1.tgz",
"nativescript-theme-core": "~1.0.6",
"tns-core-modules": "file:../../dist/tns-core-modules-6.4.0.tgz"
"tns-core-modules": "file:../../dist/tns-core-modules-6.4.1.tgz"
},
"devDependencies": {
"nativescript-dev-webpack": "~1.2.0",