Skip to content

Commit 2237612

Browse files
committed
release: v0.2.0
1 parent 2a87bb7 commit 2237612

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "emu"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
edition = "2021"
55
authors = ["Daichi Furiya"]
66
description = "A terminal user interface for managing Android emulators and iOS simulators with a lazygit-inspired design"

docs/DEVELOPMENT.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -951,7 +951,7 @@ impl DeviceConfig {
951951
2. 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

957957
3. Update `CHANGELOG.md` (optional - automated release notes are generated):
@@ -961,7 +961,7 @@ impl DeviceConfig {
961961
4. 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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",

0 commit comments

Comments
 (0)