Skip to content

Commit

Permalink
let’s pretend this is a good moment to tag v1.0
Browse files Browse the repository at this point in the history
Given that there is now a pretense of API stability to keep for
multiple downstream dependencies (such as
<https://github.com/toaq/toadua-android>), I might as well quit the
dadaist v0.x versioning, where x is a random large number, and call
this v1.
  • Loading branch information
uakci committed Jul 10, 2023
1 parent d9d6590 commit 9ca0321
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions frontend/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 frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "toadua-frontend",
"version": "0.1729.0",
"version": "1.0.0",
"description": "A collaborative dictionary for the Toaq language.",
"main": "./frontend.ts",
"type": "module",
Expand Down
4 changes: 2 additions & 2 deletions 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": "toadua",
"version": "0.1729.0",
"version": "1.0.0",
"description": "A collaborative dictionary for the Toaq language.",
"main": "core/server.js",
"type": "module",
Expand Down

0 comments on commit 9ca0321

Please sign in to comment.