Skip to content

Commit

Permalink
Release 0.4.1, better version strings ;)
Browse files Browse the repository at this point in the history
  • Loading branch information
fnichol committed Feb 13, 2014
1 parent 30babdd commit c369e54
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 5 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 0.4.1 / 2014-02-13

### Bug fixes

* Up version tag in code for `dvm version`. (@fnichol)


## 0.4.0 / 2014-02-13

### New features
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
NAME=dvm
VERSION=0.4.0
VERSION=0.4.1
AUTHOR=fnichol
URL=https://github.com/$(AUTHOR)/$(NAME)

Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ brew cask install virtualbox --appdir=/Applications
Installation is supported for any Unixlike platform that Vagrant and VirtualBox/VMware support.

```sh
wget -O dvm-0.4.0.tar.gz https://github.com/fnichol/dvm/archive/v0.4.0.tar.gz
tar -xzvf dvm-0.4.0.tar.gz
cd dvm-0.4.0/
wget -O dvm-0.4.1.tar.gz https://github.com/fnichol/dvm/archive/v0.4.1.tar.gz
tar -xzvf dvm-0.4.1.tar.gz
cd dvm-0.4.1/
sudo make install
```

Expand Down
2 changes: 1 addition & 1 deletion bin/dvm
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!//usr/bin/env bash
DVM_VERSION="0.3.1.dev"
DVM_VERSION="0.4.1"
set -e
[ -n "$DEBUG" ] && set -x

Expand Down

0 comments on commit c369e54

Please sign in to comment.