Skip to content

Commit f7f140a

Browse files
authored
Fix version field in package.json (#664)
1 parent 0fad5f0 commit f7f140a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"access": "public"
55
},
66
"title": "React Native Skia",
7-
"version": "0.1.100",
7+
"version": "0.0.0-development",
88
"description": "High-performance React Native Graphics using Skia",
99
"main": "index.ts",
1010
"files": [

0 commit comments

Comments
 (0)