Browse Source

Onward and upward.

dev
Andy Meneely 8 years ago
parent
commit
cf7ae7fd8b
  1. 2
      CHANGELOG.md
  2. 2
      lib/squib/version.rb

2
CHANGELOG.md

@ -1,6 +1,8 @@
# Squib CHANGELOG # Squib CHANGELOG
Squib follows [semantic versioning](http://semver.org). Squib follows [semantic versioning](http://semver.org).
## v0.15.0 / Unreleased
## v0.14.0 / 2017-11-06 ## v0.14.0 / 2017-11-06
Features: Features:

2
lib/squib/version.rb

@ -6,5 +6,5 @@ module Squib
# Most of the time this is in the alpha of the next release. # Most of the time this is in the alpha of the next release.
# e.g. v0.0.5a is on its way to becoming v0.0.5 # e.g. v0.0.5a is on its way to becoming v0.0.5
# #
VERSION = '0.14.0' VERSION = '0.15.0a'
end end

Loading…
Cancel
Save