Skip to content

Commit

Permalink
docs/cli update "Range Expression | Who gets the update" table
Browse files Browse the repository at this point in the history
  • Loading branch information
sergey-akhalkov committed Sep 6, 2017
1 parent 6fc0a88 commit 96af897
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -330,6 +330,7 @@ If you ever want an update to target multiple versions of the app store binary,
| `1.2.x` | Devices running major version 1, minor version 2 and any patch version of your app |
| `1.2.3 - 1.2.7` | Devices running any binary version between `1.2.3` (inclusive) and `1.2.7` (inclusive) |
| `>=1.2.3 <1.2.7` | Devices running any binary version between `1.2.3` (inclusive) and `1.2.7` (exclusive) |
| `1.2` | Equivalent to `>=1.2.0 <1.3.0` |
| `~1.2.3` | Equivalent to `>=1.2.3 <1.3.0` |
| `^1.2.3` | Equivalent to `>=1.2.3 <2.0.0` |

Expand Down

0 comments on commit 96af897

Please sign in to comment.