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

Commit

Permalink
bump nest version to v0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
ixchow committed Aug 17, 2023
1 parent 158648c commit dbddd01
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

env:
BASE_NAME: game1
NEST_LIBS_VERSION: v0.10
NEST_LIBS_VERSION: v0.12

jobs:
build-windows:
Expand Down
6 changes: 3 additions & 3 deletions NEST.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@ Setup for your development environment should be relatively simple:
- MacOS: e.g. `brew install node`
- Windows: [download from node's web page](https://nodejs.org/en/download/)
3. Extract an appropriate [release of nest-libs](https://github.com/15-466/nest-libs/releases) to a sibling of this folder:
- Linux: https://github.com/15-466/nest-libs/releases/download/v0.11/nest-libs-linux-v0.11.tar.gz
- MacOS: https://github.com/15-466/nest-libs/releases/download/v0.11/nest-libs-macos-v0.11.tar.gz
- Windows: https://github.com/15-466/nest-libs/releases/download/v0.11/nest-libs-windows-v0.11.zip
- Linux: https://github.com/15-466/nest-libs/releases/download/v0.12/nest-libs-linux-v0.12.tar.gz
- MacOS: https://github.com/15-466/nest-libs/releases/download/v0.12/nest-libs-macos-v0.12.tar.gz
- Windows: https://github.com/15-466/nest-libs/releases/download/v0.12/nest-libs-windows-v0.12.zip

Once you are finished, your directory tree should looks something like this:

Expand Down

0 comments on commit dbddd01

Please sign in to comment.