Skip to content

Commit

Permalink
Final changes for the first beta 🚀
Browse files Browse the repository at this point in the history
Increase the version from alpha to beta
Change the name in the package.json
  • Loading branch information
Dlurak committed Apr 11, 2024
1 parent 37e21c3 commit 2dc39b1
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 6 deletions.
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,6 @@ Classical homework books have a lot of problems. These are some of them and how

This is the second Version of the backend. Here is a brief roadmap until it will be integrated into the Frontend:

- [ ] Calendar
- [ ] Tags
- [ ] Notes
- [ ] A SDK for TypeScript
- [ ] Migrating the Frontend from the old to the new API
- [ ] Migrating the data from MongoDB to EdgeDB
Expand Down
Binary file modified bun.lockb
Binary file not shown.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "backend_v2",
"version": "1.0.50",
"name": "Dlool backend v2",
"version": "2.0.0-beta.1",
"scripts": {
"start": "bun src/index.ts",
"dev": "bun run --watch src/index.ts",
Expand Down
2 changes: 1 addition & 1 deletion src/constants/general.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const VERSION = "a2.0.0";
export const VERSION = "2.0.0-beta.1";

0 comments on commit 2dc39b1

Please sign in to comment.