Skip to content

Commit

Permalink
Preparing for 3.1.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jcoyne committed Aug 20, 2013
1 parent 3a44ff5 commit b956488
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# History of Sufia releases

## 3.1.1
* Extracting sufia generator behavior [Jeremy Friesen]

* Don't use Sufia::Engine in the generated initializer [Justin Coyne]

* Removed unused code [Justin Coyne]

* Changed from a tag to span. fixes #32 [Carolyn Cole]


## 3.1.0
* Make fits instructions more verbose [Carolyn Cole]

Expand Down
2 changes: 1 addition & 1 deletion SUFIA_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.1.0
3.1.1
2 changes: 1 addition & 1 deletion lib/sufia/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Sufia
VERSION = "3.1.0"
VERSION = "3.1.1"
end
2 changes: 1 addition & 1 deletion sufia-models/lib/sufia/models/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Sufia
module Models
VERSION = "3.1.0"
VERSION = "3.1.1"
end
end

0 comments on commit b956488

Please sign in to comment.