Skip to content

Commit

Permalink
Update version to 0.1.7, prepare for launch.
Browse files Browse the repository at this point in the history
  • Loading branch information
pickhardt committed Sep 22, 2014
1 parent d7963bc commit 7c2d950
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Betty (version 0.1.6)
Betty (version 0.1.7)
=====================
![circle ci build](https://circleci.com/gh/pickhardt/betty/tree/dev.png)

Expand Down
10 changes: 10 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
0.1.7 (September 21, 2014)
--------------------------

Added rock, paper, scissors.

Added some tests.

Fixed a bug with the copy and move commands.


0.1.6 (May 26, 2014)
--------------------

Expand Down
2 changes: 1 addition & 1 deletion main.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
require 'logger'

$URL = 'https://github.com/pickhardt/betty'
$VERSION = '0.1.6'
$VERSION = '0.1.7'
$executors = []
$LOG = Logger.new(File.open(ENV['HOME'] + '/.betty_history', 'a+'))

Expand Down

0 comments on commit 7c2d950

Please sign in to comment.