Skip to content

Commit

Permalink
Merge pull request #246 from splaplapla/bump
Browse files Browse the repository at this point in the history
0.3.5
  • Loading branch information
jiikko authored Feb 9, 2023
2 parents af248a7 + 1d10b69 commit 3d3f393
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## unrelease
## [0.3.5] - 2022-2-9
* 設定ファイルに起動な必要なPBMのバージョンを表記できるようになりました
* https://github.com/splaplapla/procon_bypass_man/pull/238
* レイヤー変更ボタン(prefix_keys_for_changing_layer)が空欄の時に設定ファイルをエラーにしないようになりました
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
procon_bypass_man (0.3.4)
procon_bypass_man (0.3.5)
action_cable_client
blue_green_process (= 0.1.4.2)
pbmenv (>= 0.1.11)
Expand Down
2 changes: 1 addition & 1 deletion lib/procon_bypass_man/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module ProconBypassMan
VERSION = "0.3.4"
VERSION = "0.3.5"
end
2 changes: 1 addition & 1 deletion project_template/app.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
gemfile do
source 'https://rubygems.org'
git_source(:github) {|repo_name| "https://github.com/#{repo_name}" }
gem 'procon_bypass_man', '0.3.4'
gem 'procon_bypass_man', '0.3.5'
end
rescue Bundler::Source::Git::GitCommandError => e
retry_count_on_git_command_error = retry_count_on_git_command_error + 1
Expand Down
2 changes: 1 addition & 1 deletion project_template/app.rb.erb
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ begin
gemfile do
source 'https://rubygems.org'
git_source(:github) {|repo_name| "https://github.com/#{repo_name}" }
gem 'procon_bypass_man', '0.3.4'
gem 'procon_bypass_man', '0.3.5'
end
rescue Bundler::Source::Git::GitCommandError => e
retry_count_on_git_command_error = retry_count_on_git_command_error + 1
Expand Down

0 comments on commit 3d3f393

Please sign in to comment.