Skip to content

Commit

Permalink
Fix version field in package.json (#664)
Browse files Browse the repository at this point in the history
  • Loading branch information
wcandillon authored Jul 6, 2022
1 parent 0fad5f0 commit f7f140a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"access": "public"
},
"title": "React Native Skia",
"version": "0.1.100",
"version": "0.0.0-development",
"description": "High-performance React Native Graphics using Skia",
"main": "index.ts",
"files": [
Expand Down

0 comments on commit f7f140a

Please sign in to comment.