Skip to content
This repository has been archived by the owner on Jul 27, 2024. It is now read-only.

Commit

Permalink
chore: bump
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-0acf4 committed Jun 1, 2024
1 parent a29d917 commit 440a42f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ For example, with the configuration..

```json
{
"VERSION": "0.1.1",
"VERSION": "0.2.1",
"PORT": 1770,
"CACHE": true,
"LIBRARY_ROOT": [
Expand Down
2 changes: 1 addition & 1 deletion rokahon-server/src/utils/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const schema = z.object({
});

/** `x.y` + `.extensionVerion` */
export const VERSION = "0.1.1";
export const VERSION = "0.2.1";

const defaultConfig = schema.parse({
VERSION,
Expand Down

0 comments on commit 440a42f

Please sign in to comment.