Skip to content

Commit

Permalink
0.1.16.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jiikko committed Jan 22, 2022
1 parent 255c63c commit 3e6e5e0
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## [0.1.16.1] - 2022-01-22
- 初期状態ではinternal api(pbm-web)の通信を無効にしました

## [0.1.16] - 2021-12-26
- websocket経由で外部サーバからの命令を受け取れるようになりました

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:
procon_bypass_man (0.1.16)
procon_bypass_man (0.1.16.1)
action_cable_client
pbmenv
sorted_set
Expand Down Expand Up @@ -36,7 +36,7 @@ GEM
parallel (1.21.0)
parser (3.0.3.2)
ast (~> 2.4.1)
pbmenv (0.1.6)
pbmenv (0.1.7)
pry (0.14.1)
coderay (~> 1.1)
method_source (~> 1.0)
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.1.16"
VERSION = "0.1.16.1"
end
2 changes: 1 addition & 1 deletion project_template/app.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
gemfile do
source 'https://rubygems.org'
git_source(:github) {|repo_name| "https://github.com/#{repo_name}" }
gem 'procon_bypass_man', '0.1.16'
gem 'procon_bypass_man', '0.1.16.1'
end

ProconBypassMan.configure do |config|
Expand Down

0 comments on commit 3e6e5e0

Please sign in to comment.