Skip to content

Commit

Permalink
Bump version to 0.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
cuigh committed Apr 8, 2018
1 parent adcdaaf commit 8be8cd3
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@

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

### Compose list
### Service stats

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

### Role editing
### Stack list

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

### Settings

Expand Down
Binary file modified docs/images/home.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed docs/images/role-edit.png
Binary file not shown.
Binary file added docs/images/service-stats.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ func main() {
misc.BindOptions()

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

0 comments on commit 8be8cd3

Please sign in to comment.