Skip to content

Commit

Permalink
Update version for misc fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Sutto committed May 2, 2010
1 parent dfe0a8b commit bee5555
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/shuriken.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module Shuriken

VERSION = "0.1.2".freeze
VERSION = "0.1.2.1".freeze

def self.register_framework!
Barista::Framework.register 'shuriken', File.expand_path('../coffeescripts', File.dirname(__FILE__))
Expand Down
2 changes: 1 addition & 1 deletion shuriken.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

Gem::Specification.new do |s|
s.name = %q{shuriken}
s.version = "0.1.2"
s.version = "0.1.2.1"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Darcy Laycock"]
Expand Down

0 comments on commit bee5555

Please sign in to comment.