Skip to content

Commit ccc7ddb

Browse files
committed
Bumping version to 1.1.0 for release
1 parent cb91c5e commit ccc7ddb

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## (Unreleased) ##
1+
## 1.1.0 - 4/12/2013 ##
22

33
* Fixes bug where CLI --no-color wasn't respected
44
* Added ruby version requirement for >= 1.9

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
csscss (1.0.0)
4+
csscss (1.1.0)
55
colorize
66
parslet (~> 1.5)
77

lib/csscss/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Csscss
2-
VERSION = "1.0.0"
2+
VERSION = "1.1.0"
33
end

0 commit comments

Comments
 (0)