Skip to content

Commit

Permalink
Merge pull request #50 from ymaheshwari1/app-name-update
Browse files Browse the repository at this point in the history
Improved: app name and version of the app
  • Loading branch information
adityasharma7 authored Jan 21, 2022
2 parents 6a686d4 + fd5b756 commit 94b80e7
Show file tree
Hide file tree
Showing 5 changed files with 92 additions and 92 deletions.
4 changes: 2 additions & 2 deletions android/app/src/main/assets/capacitor.config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"appId": "co.hotwax.ionic.sdk",
"appName": "ionic-sdk",
"appId": "co.hotwax.inventorycount",
"appName": "inventory-count",
"bundledWebRuntime": false,
"npmClient": "npm",
"webDir": "dist",
Expand Down
4 changes: 2 additions & 2 deletions capacitor.config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"appId": "co.hotwax.ionic.sdk",
"appName": "ionic-sdk",
"appId": "co.hotwax.inventorycount",
"appName": "inventory-count",
"bundledWebRuntime": false,
"npmClient": "npm",
"webDir": "dist",
Expand Down
4 changes: 2 additions & 2 deletions ios/App/App/capacitor.config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"appId": "co.hotwax.ionic.sdk",
"appName": "ionic-sdk",
"appId": "co.hotwax.inventorycount",
"appName": "inventory-count",
"bundledWebRuntime": false,
"npmClient": "npm",
"webDir": "dist",
Expand Down
166 changes: 83 additions & 83 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "ionic-sdk",
"version": "0.0.1",
"name": "inventory-count",
"version": "1.0.0",
"private": true,
"description": "An Ionic project",
"description": "HotWax Commece Inventory Count App",
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
Expand Down

0 comments on commit 94b80e7

Please sign in to comment.