Skip to content

Commit

Permalink
🍯 🍀 πŸ™ v2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cp-20 committed Feb 2, 2025
1 parent 550ada2 commit 3774f5f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dice-spec-v2",
"version": "2.2.0",
"version": "2.3.0",
"private": true,
"author": "cp20",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion src/shared/lib/const.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export const appVersion = '2.2.0';
export const appVersion = '2.3.0';

export const bcdiceApiEndpoint = process.env.NEXT_PUBLIC_BCDICE_API_ENDPOINT ?? 'https://bcdice.onlinesession.app';

0 comments on commit 3774f5f

Please sign in to comment.