Browse Source

chore: bump version and add "-beta"

master
Trent Larson 16 hours ago
parent
commit
d265a9f78c
  1. 5
      BUILDING.md
  2. 4
      package-lock.json
  3. 2
      package.json

5
BUILDING.md

@ -1197,7 +1197,8 @@ npm run build:ios:prod
- It can take 15 minutes for the build to show up in the list of builds.
- You'll probably have to "Manage" something about encryption, disallowed in France.
- Then "Save" and "Add to Review" and "Resubmit to App Review".
- Eventually it'll be "Ready for Distribution" which means
- Eventually it'll be "Ready for Distribution" which means it's live
- When finished, bump package.json version
### Android Build
@ -1379,6 +1380,8 @@ At play.google.com/console:
- Note that if you add testers, you have to go to "Publishing Overview" and send
those changes or your (closed) testers won't see it.
- When finished, bump package.json version
### Capacitor Operations
```bash

4
package-lock.json

@ -1,12 +1,12 @@
{
"name": "timesafari",
"version": "1.1.2",
"version": "1.1.3-beta",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "timesafari",
"version": "1.1.2",
"version": "1.1.3-beta",
"dependencies": {
"@capacitor-community/electron": "^5.0.1",
"@capacitor-community/sqlite": "6.0.2",

2
package.json

@ -1,6 +1,6 @@
{
"name": "timesafari",
"version": "1.1.2",
"version": "1.1.3-beta",
"description": "Time Safari Application",
"author": {
"name": "Time Safari Team"

Loading…
Cancel
Save