Skip to content

Commit

Permalink
Release 0.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
segiddins committed Jul 1, 2018
1 parent b955f9c commit eca6300
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Nanaimo Changelog

## Master
## 0.2.6 (2018-07-01)

##### Enhancements

Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
nanaimo (0.2.5)
nanaimo (0.2.6)

GEM
remote: https://rubygems.org/
Expand Down Expand Up @@ -48,4 +48,4 @@ DEPENDENCIES
rubocop

BUNDLED WITH
1.16.1
1.16.2
2 changes: 1 addition & 1 deletion lib/nanaimo/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Nanaimo
VERSION = '0.2.5'.freeze
VERSION = '0.2.6'.freeze
end

0 comments on commit eca6300

Please sign in to comment.