Skip to content

Commit

Permalink
バージョン番号更新
Browse files Browse the repository at this point in the history
  • Loading branch information
maeda577 committed Sep 4, 2022
1 parent c17406c commit 422b4f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ services:
- miraview-html:/var/www/miraview
working_dir: /var/www/miraview
environment:
MIRAVIEW_VERSION: v0.1.0 # ここのバージョンは適宜変更
MIRAVIEW_VERSION: v0.1.1 # ここのバージョンは適宜変更
entrypoint: ash
command: -c "curl -L https://github.com/maeda577/miraview/releases/download/$$MIRAVIEW_VERSION/build.tar.gz | tar -zxvf -"
# 追加2 ここまで
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "miraview",
"version": "0.1.0",
"version": "0.1.1",
"private": true,
"homepage": ".",
"dependencies": {
Expand Down

0 comments on commit 422b4f4

Please sign in to comment.