Skip to content

Commit

Permalink
chore: release v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
evermake committed Mar 10, 2024
1 parent bc59be4 commit a001b7d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion backend/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "iu-sport-bot-backend",
"type": "module",
"version": "0.0.1",
"version": "0.1.0",
"scripts": {
"dev": "tsx --watch ./src/main.ts",
"typecheck": "tsc --noEmit",
Expand Down
2 changes: 1 addition & 1 deletion mini-app/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "iu-sport-bot-mini-app",
"type": "module",
"version": "0.0.1",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "vite",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "iu-sport-bot",
"type": "module",
"version": "0.0.1",
"version": "0.1.0",
"private": true,
"packageManager": "pnpm@8.15.4",
"scripts": {
Expand Down

0 comments on commit a001b7d

Please sign in to comment.