Skip to content

Commit

Permalink
chore: Update package version to 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeWithAlamin committed Aug 9, 2024
1 parent b6505a7 commit 477c7f6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
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,7 +1,7 @@
{
"name": "conveyto",
"private": true,
"version": "1.0.1",
"version": "1.0.2",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down
2 changes: 1 addition & 1 deletion src/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export const demoAccounts = [

// App settings
export const APP_NAME = "Convayto";
export const APP_VERSION = "v1.0.1";
export const APP_VERSION = "v1.0.2";
export const DEFAULT_BIO = `Hey there! I'm using ${APP_NAME}!`;
export const DARK_THEME = "dark";
export const LIGHT_THEME = "light";
Expand Down

0 comments on commit 477c7f6

Please sign in to comment.