Skip to content

Commit 8be8cd3

Browse files
committed
Bump version to 0.7.3
1 parent adcdaaf commit 8be8cd3

File tree

6 files changed

+5
-5
lines changed

6 files changed

+5
-5
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,13 @@
2828

2929
![Service list](docs/images/service-list.png)
3030

31-
### Compose list
31+
### Service stats
3232

33-
![Compose list](docs/images/compose-list.png)
33+
![Service stats](docs/images/service-stats.png)
3434

35-
### Role editing
35+
### Stack list
3636

37-
![Role editing](docs/images/role-edit.png)
37+
![Stack list](docs/images/stack-list.png)
3838

3939
### Settings
4040

docs/images/home.png

142 KB
Loading

docs/images/role-edit.png

-155 KB
Binary file not shown.

docs/images/service-stats.png

219 KB
Loading
File renamed without changes.

main.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ func main() {
2828
misc.BindOptions()
2929

3030
app.Name = "Swirl"
31-
app.Version = "0.7.2"
31+
app.Version = "0.7.3"
3232
app.Desc = "A web management UI for Docker, focused on swarm cluster"
3333
app.Action = func(ctx *app.Context) {
3434
err := config.UnmarshalOption("swirl", &misc.Options)

0 commit comments

Comments
 (0)