mirror of
https://github.com/tooot-app/app
synced 2025-04-26 07:58:48 +02:00
Updates to latest v2.2
This commit is contained in:
parent
57ecb5fac4
commit
b3b8cf1dad
@ -5,7 +5,7 @@
|
|||||||
* A new app store version has to be submitted.
|
* A new app store version has to be submitted.
|
||||||
* Outdated versions in principle do not receive further OTA updates.
|
* Outdated versions in principle do not receive further OTA updates.
|
||||||
|
|
||||||
## Minor releases - App Store and OTA
|
## Minor releases - App Store
|
||||||
|
|
||||||
"Minor releases" are artifacts published as `?.y.?`:
|
"Minor releases" are artifacts published as `?.y.?`:
|
||||||
* An artifact can be released as `?.y.?` when there is no change nor update made to the native modules.
|
* An artifact can be released as `?.y.?` when there is no change nor update made to the native modules.
|
||||||
@ -21,11 +21,12 @@
|
|||||||
|
|
||||||
## OTA release channels
|
## OTA release channels
|
||||||
|
|
||||||
* `MAJOR-environment`. Environments include `release`, `candidate` and `development`.
|
* `MAJOR.MINOR-environment`. Environments include `release`, `candidate` and `development`.
|
||||||
|
|
||||||
## Major versions mapping to native module versions
|
## Major versions mapping to native module versions
|
||||||
|
|
||||||
| Major version | Native module version | Expo version |
|
| Version | Native module version | Expo version |
|
||||||
| :-----------: | :-------------------: | :----------: |
|
| :------:| :-------------------: | :----------: |
|
||||||
| `0` | `210201` | `40.0.0` |
|
| `0-` | `210201` | `40.0.0` |
|
||||||
| `1` | `210317` | `40.0.0` |
|
| `1-` | `210317` | `40.0.0` |
|
||||||
|
| `2.2` | `210916` | `41.0.0` |
|
@ -1,10 +1,10 @@
|
|||||||
{
|
{
|
||||||
"name": "tooot",
|
"name": "tooot",
|
||||||
"versions": {
|
"versions": {
|
||||||
"native": "210511",
|
"native": "210916",
|
||||||
"major": 2,
|
"major": 2,
|
||||||
"minor": 1,
|
"minor": 2,
|
||||||
"patch": 3,
|
"patch": 0,
|
||||||
"expo": "41.0.0"
|
"expo": "41.0.0"
|
||||||
},
|
},
|
||||||
"description": "tooot app for Mastodon",
|
"description": "tooot app for Mastodon",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user