Skip to content

Commit

Permalink
Update version numbers to 0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mme committed Nov 8, 2023
1 parent b1e9927 commit c74f680
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.2
0.0.3
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "beakjs",
"version": "0.0.2",
"version": "0.0.3",
"main": "index.js",
"license": "MIT",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@beakjs/core",
"version": "0.0.2",
"version": "0.0.3",
"description": "Core library for BeakJS",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@beakjs/react",
"version": "0.0.2",
"version": "0.0.3",
"description": "React library for BeakJS",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit c74f680

Please sign in to comment.