Skip to content

Commit

Permalink
Bump to version 0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
sborrazas committed Jan 31, 2015
1 parent a6d2c45 commit b97a271
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion armadillo.gemspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = "armadillo"
s.version = "0.0.4"
s.version = "0.0.5"
s.summary = "Template inheritance with ERB templates"
s.description = "A small library for Django-like template inheritance adapted for ERB"
s.authors = ["Sebastian Borrazas"]
Expand Down
2 changes: 1 addition & 1 deletion lib/armadillo.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

module Armadillo

VERSION = "0.0.4"
VERSION = "0.0.5"

DEFAULT_OPTIONS = {
:default_encoding => Encoding.default_external,
Expand Down

0 comments on commit b97a271

Please sign in to comment.