Skip to content

Commit

Permalink
Merge pull request #195 from builder555/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
builder555 committed Nov 22, 2023
2 parents f495ebb + 83cb8ee commit 0386626
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ci/package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ fi
zip_path="$(dirname "${PWD}")/${name}.zip"

pushd dist || exit
cp version.txt main_server/
cp ../version.txt main_server/
zip -r "${zip_path}" main_server/ serve/

popd || exit
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.14.2
1.14.3

0 comments on commit 0386626

Please sign in to comment.