Skip to content

Commit

Permalink
Implemented: app version info support on settings page(#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
ymaheshwari1 committed Jan 19, 2024
1 parent f41a052 commit 1cd86f6
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
6 changes: 6 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"dependencies": {
"@capacitor/android": "^2.4.7",
"@capacitor/core": "^2.4.7",
"@hotwax/app-version-info": "^1.0.0",
"@hotwax/apps-theme": "^1.2.6",
"@ionic/core": "^7.6.0",
"@ionic/vue": "^7.6.0",
Expand Down
2 changes: 2 additions & 0 deletions vue.config.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
require("@hotwax/app-version-info")

module.exports = {
pluginOptions: {
i18n: {
Expand Down

0 comments on commit 1cd86f6

Please sign in to comment.