mirror of
https://github.com/tooot-app/app
synced 2025-03-20 05:20:17 +01: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.
|
||||
* 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.?`:
|
||||
* 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
|
||||
|
||||
* `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 version | Native module version | Expo version |
|
||||
| :-----------: | :-------------------: | :----------: |
|
||||
| `0` | `210201` | `40.0.0` |
|
||||
| `1` | `210317` | `40.0.0` |
|
||||
| Version | Native module version | Expo version |
|
||||
| :------:| :-------------------: | :----------: |
|
||||
| `0-` | `210201` | `40.0.0` |
|
||||
| `1-` | `210317` | `40.0.0` |
|
||||
| `2.2` | `210916` | `41.0.0` |
|
@ -1,10 +1,10 @@
|
||||
{
|
||||
"name": "tooot",
|
||||
"versions": {
|
||||
"native": "210511",
|
||||
"native": "210916",
|
||||
"major": 2,
|
||||
"minor": 1,
|
||||
"patch": 3,
|
||||
"minor": 2,
|
||||
"patch": 0,
|
||||
"expo": "41.0.0"
|
||||
},
|
||||
"description": "tooot app for Mastodon",
|
||||
|
Loading…
x
Reference in New Issue
Block a user