Skip to content

Commit 9857af8

Browse files
committed
Bump version to 1.0.2
1 parent 052dbff commit 9857af8

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,9 @@
44

55
# 1.0.1
66

7-
* Added kss/application layout to the KSS::ApplicationController
7+
* Added kss/application layout to the KSS::ApplicationController
8+
9+
# 1.0.2
10+
11+
* Highlight source code blocks (jankeesvw)
12+
* Raise an error suggesting to find missing section if not found (jankeesvw)

kss-rails.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Gem::Specification.new do |gem|
1111
gem.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
1212
gem.name = 'kss-rails'
1313
gem.require_paths = ['lib']
14-
gem.version = '1.0.1'
14+
gem.version = '1.0.2'
1515

1616
gem.add_dependency 'kss'
1717
gem.add_dependency 'rails', '>= 3.0.0'

0 commit comments

Comments
 (0)