Skip to content

Commit

Permalink
Bump version to 2024.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Acr515 committed Mar 22, 2024
1 parent 29b83fb commit 9f13049
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fortyeight",
"version": "3.1.1",
"version": "3.1.2",
"description": "",
"homepage": "./",
"main": "index.js",
Expand Down
6 changes: 3 additions & 3 deletions src/config.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
export const VERSION_NAME = "2024.1.1";
export const VERSION_NAME = "2024.1.2";

export const VERSION_NUMBER = 2024.11;
export const VERSION_NUMBER = 2024.12;

export const PACKAGE_VERSION_NUMBER = "3.1.1";
export const PACKAGE_VERSION_NUMBER = "3.1.2";

export const TBA_KEY = "dX1DPbvtl0K3mmtRLUCnep8YnigOGsgOpW449DOBgxWD7fIL5kOzdPLFf7x1liKm";

Expand Down

0 comments on commit 9f13049

Please sign in to comment.