Browse Source

Version bump to 1.0.1

Andrew 9 years ago
parent
commit
a469cd7b33
2 changed files with 2 additions and 2 deletions
  1. 1 1
      CHANGELOG.md
  2. 1 1
      lib/blazer/version.rb

+ 1 - 1
CHANGELOG.md

@@ -1,4 +1,4 @@
-## 1.0.1 [unreleased]
+## 1.0.1
 
 - Added comments to queries
 - Added `cache` option

+ 1 - 1
lib/blazer/version.rb

@@ -1,3 +1,3 @@
 module Blazer
-  VERSION = "1.0.0"
+  VERSION = "1.0.1"
 end