File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11[package ]
22name = " emu"
3- version = " 0.1 .0"
3+ version = " 0.2 .0"
44edition = " 2021"
55authors = [" Daichi Furiya" ]
66description = " A terminal user interface for managing Android emulators and iOS simulators with a lazygit-inspired design"
Original file line number Diff line number Diff line change @@ -951,7 +951,7 @@ impl DeviceConfig {
9519512 . Update version in ` Cargo.toml ` :
952952 ``` toml
953953 [package ]
954- version = " 0.1 .0" # Update this
954+ version = " 0.2 .0" # Update this
955955 ```
956956
9579573 . Update ` CHANGELOG.md ` (optional - automated release notes are generated):
@@ -961,7 +961,7 @@ impl DeviceConfig {
9619614 . Commit the version bump:
962962 ``` bash
963963 git add Cargo.toml CHANGELOG.md
964- git commit -m " chore: bump version to v0.1 .0"
964+ git commit -m " chore: bump version to v0.2 .0"
965965 ```
966966
967967### Creating a Release
Original file line number Diff line number Diff line change 11{
22 "name" : " emu" ,
3- "version" : " 0.1 .0" ,
3+ "version" : " 0.2 .0" ,
44 "description" : " A lazygit-inspired TUI for managing Android emulators and iOS simulators" ,
55 "repository" : {
66 "type" : " git" ,
You can’t perform that action at this time.
0 commit comments