Skip to content

Commit

Permalink
update version for the latest release 0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
echoscriptor committed Sep 16, 2023
1 parent ed98191 commit cd4e498
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions examples/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion examples/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "minipoint-examples",
"private": true,
"version": "0.0.0-1",
"version": "0.0.1",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "minipoint",
"version": "0.0.0-1",
"version": "0.0.1",
"description": "Play with points and learn the math behind everything",
"main": "dist/index.js",
"scripts": {
Expand Down

0 comments on commit cd4e498

Please sign in to comment.