Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
moncho committed Mar 14, 2016
1 parent 7c27853 commit 9a54b4c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
2 changes: 1 addition & 1 deletion APPVERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.4-beta.7
0.4-beta.8
10 changes: 4 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ Upon connecting to a **Docker** host (local or remote), the main screen will sho

From the main screen, commands to start, stop, remove and several others can be executed, all of them behaving like the equivalent command from the official **Docker CLI**. A detailed list of available commands can be found in this README, command information can also be read while running **dry** by showing help [H].

Switching to the image screen can be done by clicking [1]. Once there, **Docker** images are shown and again a few commands are available. Clicking [1] will show again the main screen (the container list).

The demo below shows a **dry** session.

[![asciicast](https://asciinema.org/a/35825.png)](https://asciinema.org/a/35825?autoplay=1)
Expand Down Expand Up @@ -57,10 +55,10 @@ $ curl -sSf https://moncho.github.io/dry/dryup.sh | sudo sh

If you dont like to **curl | sh**, binaries are provided.

- **darwin** [386](https://github.com/moncho/dry/releases/download/v0.4-beta.7/dry-darwin-386) / [amd64](https://github.com/moncho/dry/releases/download/v0.4-beta.7/dry-darwin-amd64)
- **freebsd** [386](https://github.com/moncho/dry/releases/download/v0.4-beta.7/dry-freebsd-386) / [amd64](https://github.com/moncho/dry/releases/download/v0.4-beta.7/dry-freebsd-amd64)
- **linux** [386](https://github.com/moncho/dry/releases/download/v0.4-beta.7/dry-linux-386) / [amd64](https://github.com/moncho/dry/releases/download/v0.4-beta.7/dry-linux-amd64)
- **windows** [386](https://github.com/moncho/dry/releases/download/v0.4-beta.7/dry-windows-386) / [amd64](https://github.com/moncho/dry/releases/download/v0.4-beta.7/dry-windows-amd64)
- **darwin** [386](https://github.com/moncho/dry/releases/download/v0.4-beta.8/dry-darwin-386) / [amd64](https://github.com/moncho/dry/releases/download/v0.4-beta.8/dry-darwin-amd64)
- **freebsd** [386](https://github.com/moncho/dry/releases/download/v0.4-beta.8/dry-freebsd-386) / [amd64](https://github.com/moncho/dry/releases/download/v0.4-beta.8/dry-freebsd-amd64)
- **linux** [386](https://github.com/moncho/dry/releases/download/v0.4-beta.8/dry-linux-386) / [amd64](https://github.com/moncho/dry/releases/download/v0.4-beta.8/dry-linux-amd64)
- **windows** [386](https://github.com/moncho/dry/releases/download/v0.4-beta.8/dry-windows-386) / [amd64](https://github.com/moncho/dry/releases/download/v0.4-beta.8/dry-windows-amd64)

#### Go

Expand Down

0 comments on commit 9a54b4c

Please sign in to comment.