Skip to content

Commit

Permalink
prepare for 0.3.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
tknerr committed Mar 9, 2015
1 parent 17e93a0 commit a5bb705
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
@@ -1,5 +1,5 @@

# 0.4 (unreleased)
# 0.3.1 (March 09, 2015)

* add `~/.bundle/config`, which
* enables parallelism while downloading / installing gems
Expand Down
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -6,7 +6,7 @@ end
$stdout.sync = true
$stderr.sync = true

VERSION = '0.4-SNAPSHOT'
VERSION = '0.3.1'
BASE_DIR = File.expand_path('.', File.dirname(__FILE__))
TARGET_DIR = "#{BASE_DIR}/target"
BUILD_DIR = "#{BASE_DIR}/target/build"
Expand Down

0 comments on commit a5bb705

Please sign in to comment.