Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonak-Adipta-Kalita committed Oct 10, 2023
1 parent eb350e9 commit 41508e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ require("dotenv").config();

const PACKAGE_NAME = process.env.PACKAGE_NAME;
const PROJECT_ID = process.env.PROJECT_ID;
const VERSION = "0.0.1";
const VERSION = "v2.0.0";
const THEME = "dark";

export default {
Expand Down

0 comments on commit 41508e4

Please sign in to comment.