From 9395d5cbcc7c63de5b751c3b270d01cc2e12473f Mon Sep 17 00:00:00 2001 From: doabit Date: Tue, 7 Nov 2017 15:29:58 +0800 Subject: [PATCH] Bump version 2.2.12.1 --- CHANGELOG.md | 4 ++++ lib/semantic/ui/sass/version.rb | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a3ae29f..f9812c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 2.2.12.1 + +* Add sprockets support #120 + ## 2.2.10.1 * Fix flag.png path diff --git a/lib/semantic/ui/sass/version.rb b/lib/semantic/ui/sass/version.rb index 0ba2456..2279d0d 100644 --- a/lib/semantic/ui/sass/version.rb +++ b/lib/semantic/ui/sass/version.rb @@ -1,7 +1,7 @@ module Semantic module Ui module Sass - VERSION = "2.2.12.0" + VERSION = "2.2.12.1" SEMANTIC_UI_SHA = 'c159046eb2937b3ecfb65e5fa3fcee01c2fee459' end end