Skip to content

Commit

Permalink
Bump version to 0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
sborrazas committed Nov 23, 2014
1 parent ea41b7c commit 59cbba8
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.2"
s.version = "0.0.3"
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 @@ -3,7 +3,7 @@

module Armadillo

VERSION = "0.0.2"
VERSION = "0.0.3"

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

0 comments on commit 59cbba8

Please sign in to comment.