Skip to content

Commit 684d2a2

Browse files
author
Sean Perkins
committed
Publish v1.1.0
1 parent 479b33e commit 684d2a2

File tree

4 files changed

+20
-20
lines changed

4 files changed

+20
-20
lines changed

demo/package-lock.json

Lines changed: 17 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

demo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
}
1010
},
1111
"dependencies": {
12-
"nativescript-animated-circle": "../src",
12+
"nativescript-animated-circle": "file:../src",
1313
"nativescript-theme-core": "^1.0.4",
1414
"nativescript-unit-test-runner": "^0.3.4",
1515
"tns-core-modules": "^3.1.1"

src/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nativescript-animated-circle",
3-
"version": "1.0.3",
3+
"version": "1.1.0",
44
"description": "Animated circle progress in your NativeScript applications.",
55
"main": "animated-circle",
66
"typings": "index.d.ts",

0 commit comments

Comments
 (0)