Skip to content

Commit 115899a

Browse files
author
VladimirAmiorkov
committed
chore; update runtimes version in apps
1 parent 49e54c4 commit 115899a

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

demo-angular/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
"nativescript": {
33
"id": "org.nativescript.picker.demoangular",
44
"tns-android": {
5-
"version": "5.2.0"
5+
"version": "5.2.1"
66
},
77
"tns-ios": {
8-
"version": "5.2.1"
8+
"version": "5.2.0"
99
}
1010
},
1111
"description": "NativeScript Application",

demo-vue/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"nativescript": {
33
"id": "org.nativescript.picker.demovue",
44
"tns-android": {
5-
"version": "5.2.0"
5+
"version": "5.2.1"
66
},
77
"tns-ios": {
88
"version": "5.2.0"

demo/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"nativescript": {
33
"id": "org.nativescript.picker.demo",
4-
"tns-ios": {
5-
"version": "5.2.0"
6-
},
74
"tns-android": {
5+
"version": "5.2.1"
6+
},
7+
"tns-ios": {
88
"version": "5.2.0"
99
}
1010
},

0 commit comments

Comments
 (0)