Skip to content
This repository has been archived by the owner on Aug 20, 2023. It is now read-only.

Commit

Permalink
chore(version): Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
iberianpig committed Apr 12, 2021
1 parent cf99a78 commit 2517d3e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## [v0.4.0.pre2](https://github.com/iberianpig/fusuma-plugin-tap/tree/v0.4.0.pre2) (2021-03-29)

[Full Changelog](https://github.com/iberianpig/fusuma-plugin-tap/compare/v0.4.0.pre...v0.4.0.pre2)

## [v0.4.0.pre](https://github.com/iberianpig/fusuma-plugin-tap/tree/v0.4.0.pre) (2020-11-09)

[Full Changelog](https://github.com/iberianpig/fusuma-plugin-tap/compare/v0.3.2...v0.4.0.pre)
Expand Down
2 changes: 1 addition & 1 deletion fusuma-plugin-tap.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Gem::Specification.new do |spec|

spec.required_ruby_version = '>= 2.3' # https://packages.ubuntu.com/search?keywords=ruby&searchon=names&exact=1&suite=all&section=main

spec.add_dependency 'fusuma', '~> 2.0.0.pre2'
spec.add_dependency 'fusuma', '~> 2.0.0'

spec.add_development_dependency 'bundler'
spec.add_development_dependency 'github_changelog_generator', '~> 1.14'
Expand Down
2 changes: 1 addition & 1 deletion lib/fusuma/plugin/tap/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
module Fusuma
module Plugin
module Tap
VERSION = '0.4.0.pre2'
VERSION = '0.4.0'
end
end
end

0 comments on commit 2517d3e

Please sign in to comment.