Skip to content

Commit

Permalink
Version Bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Snugug committed Jan 12, 2014
1 parent 3e30ea0 commit 45b7035
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "singularity",
"version": "1.2.0-alpha.2",
"version": "1.2.0-rc.1",
"main": "stylesheets/_singularitygs.scss",
"ignore": [
"**/.*",
Expand All @@ -13,7 +13,9 @@
"example",
"tests",
"Rakefile",
"templates"
"templates",
"working",
"CONTRIBUTING.md"
],
"dependencies": {
"breakpoint-sass": ">=2.4.0"
Expand Down
4 changes: 2 additions & 2 deletions lib/singularitygs.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
Compass::Frameworks.register("singularitygs", :path => "#{File.dirname(__FILE__)}/..")

module SingularityGS
VERSION = "1.2.0.alpha.1"
DATE = "2013-12-21"
VERSION = "1.2.0.rc.1"
DATE = "2014-01-12"
end

0 comments on commit 45b7035

Please sign in to comment.