Skip to content

Commit

Permalink
Bump spid-sinatra to 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
davidlibrera committed Sep 5, 2018
1 parent 6ea3b24 commit be84e85
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Changelog

## [Unreleased]

## [0.2.1]
### Fixed
- Missing require of 'spid' gem

Expand All @@ -10,5 +12,6 @@
## 0.1.0
- Empty version

[Unreleased]: https://github.com/cantierecreativo/spid-sinatra/compare/v0.1.0...HEAD
[Unreleased]: https://github.com/cantierecreativo/spid-sinatra/compare/v0.2.1...HEAD
[0.2.1]: "https://github.com/cantierecreativo/spid-sinatra/compare/v0.2.0...v0.2.1"
[0.2.0]: "https://github.com/cantierecreativo/spid-sinatra/compare/v0.1.0...v0.2.0"
2 changes: 1 addition & 1 deletion lib/spid/sinatra/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module Spid
module Sinatra
VERSION = "0.2.0"
VERSION = "0.2.1"
end
end

0 comments on commit be84e85

Please sign in to comment.