Skip to content

Commit 4f1d328

Browse files
author
Nedyalko Nikolov
committed
Version bump to 0.0.9
1 parent 5056044 commit 4f1d328

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Diff for: example/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"dependencies": {
1313
"nativescript-theme-core": "^0.2.1",
1414
"tns-core-modules": "2.4.0",
15-
"nativescript-intl": "file:..\\dist\\nativescript-intl-0.0.5.tgz"
15+
"nativescript-intl": "file:..\\dist\\nativescript-intl-0.0.9.tgz"
1616
},
1717
"devDependencies": {
1818
"babel-traverse": "6.19.0",

Diff for: src/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nativescript-intl",
3-
"version": "0.0.8",
3+
"version": "0.0.9",
44
"description": "Provides API for using Native date, time and number formatting with an API similar to Intl.js",
55
"main": "bundle",
66
"module": "index",

Diff for: tests/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
}
77
},
88
"dependencies": {
9-
"nativescript-intl": "file:..\\dist\\nativescript-intl-0.0.6.tgz",
9+
"nativescript-intl": "file:..\\dist\\nativescript-intl-0.0.9.tgz",
1010
"nativescript-unit-test-runner": "^0.3.3",
1111
"tns-core-modules": "^2.1.0"
1212
},

0 commit comments

Comments
 (0)