Skip to content

Commit 2c2e3fd

Browse files
committed
Bumping version for 1.3.0 release
1 parent e2c2b65 commit 2c2e3fd

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.3.0 - 4/20/2013 ##
22

33
* Adds --require switch for user configuration
44
* Deprecates --compass-with-config config.rb in favor of --compass --require config.rb

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.2.0)
4+
csscss (1.3.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.2.0"
2+
VERSION = "1.3.0"
33
end

0 commit comments

Comments
 (0)