Skip to content

Commit

Permalink
bump version of stylesheet
Browse files Browse the repository at this point in the history
  • Loading branch information
devrieda committed Jan 2, 2015
1 parent 0e6c641 commit 9dd2b43
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion color_parser.gemspec
Expand Up @@ -21,7 +21,7 @@ Gem::Specification.new do |gem|
gem.test_files = gem.files.grep(%r{^(test|spec|features)/})
gem.require_paths = ["lib"]

gem.add_runtime_dependency("stylesheet", "~> 0.1.3")
gem.add_runtime_dependency("stylesheet", "~> 0.1.4")
gem.add_runtime_dependency("color_conversion", "~> 0.1.0")

gem.add_development_dependency("rake")
Expand Down
2 changes: 1 addition & 1 deletion lib/color_parser/version.rb
@@ -1,3 +1,3 @@
module ColorParser
VERSION = "1.0.0"
VERSION = "1.0.1"
end

0 comments on commit 9dd2b43

Please sign in to comment.