Explorar o código

Version bump to 1.3.0

Andrew Kane %!s(int64=9) %!d(string=hai) anos
pai
achega
be7b35ff4f
Modificáronse 3 ficheiros con 3 adicións e 3 borrados
  1. 1 1
      CHANGELOG.md
  2. 1 1
      README.md
  3. 1 1
      lib/blazer/version.rb

+ 1 - 1
CHANGELOG.md

@@ -1,4 +1,4 @@
-## 1.3.0 [unreleased]
+## 1.3.0
 
 - Added schedule for checks
 - Switched to Chart.js for charts

+ 1 - 1
README.md

@@ -320,7 +320,7 @@ For an easy way to group by day, week, month, and more with correct time zones,
 
 ## Upgrading
 
-### 1.3 [unreleased]
+### 1.3
 
 To take advantage of the latest features, create a migration
 

+ 1 - 1
lib/blazer/version.rb

@@ -1,3 +1,3 @@
 module Blazer
-  VERSION = "1.2.1"
+  VERSION = "1.3.0"
 end