Skip to content

Commit

Permalink
Merge pull request #233 from vechain/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
qianbin authored Aug 17, 2021
2 parents 53400d1 + 1b0d90c commit 1c70abc
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Compared to Sync v1, the most significant change is that the built-in dApp brows
| | macOS | [Releases](https://github.com/vechain/sync2/releases/latest) |
| | Linux | [Releases](https://github.com/vechain/sync2/releases/latest) |
| Mobile | | |
| | Android | WIP |
| | Android | [Releases](https://github.com/vechain/sync2/releases/latest) |
| | iOS | WIP |

## Port dApps to Sync2
Expand Down Expand Up @@ -59,7 +59,11 @@ npm run lint
quasar build
```

## Release new version
## Version release flow

<details>
<summary>Click to get detail</summary>


### Browser

Expand All @@ -70,7 +74,8 @@ Browser version will be updated automatically by [Action](./.github/workflows/de
+ Bump `<version>` in [package.json](./package.json)
+ `git tag v<version>`
+ `git push origin v<version>`
+ See [Action](./.github/workflows/release-desktop.yaml) for more detailed info.
+ Check [Action](./.github/workflows/release.yaml) for more detailed info.
</details>

## License

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "org.vechain.sync2",
"version": "2.0.2",
"version": "2.0.3",
"description": "VeChain Sync2",
"productName": "Sync2",
"cordovaId": "org.vechain.sync2",
Expand Down

0 comments on commit 1c70abc

Please sign in to comment.