Skip to content

Commit

Permalink
Bump to 0.2.15
Browse files Browse the repository at this point in the history
  • Loading branch information
willcrichton committed Aug 29, 2023
1 parent c142d9f commit d83be57
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@ jobs:
run: |
npm install -g spellchecker node-gyp
echo "NODE_PATH=$(npm config get prefix)/lib/node_modules" >> $GITHUB_ENV
shell: bash
- name: Install Depot
run: curl https://raw.githubusercontent.com/cognitive-engineering-lab/depot/main/scripts/install.sh | sh
shell: bash
run: |
curl https://raw.githubusercontent.com/cognitive-engineering-lab/depot/main/scripts/install.sh | sh
echo "PATH=$HOME/.local/bin:$PATH" >> $GITHUB_ENV
- name: Build Rust package
uses: actions-rs/cargo@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "mdbook-quiz"
authors = ["Will Crichton <[email protected]>"]
description = "Interactive quizzes for your mdBook"
license = "MIT"
version = "0.2.14"
version = "0.2.15"
edition = "2021"
include = ["/src", "/js/packages/quiz-embed/dist/", "/js/packages/quiz-validator/dist/"]
repository = "https://github.com/cognitive-engineering-lab/mdbook-quiz"
Expand Down
2 changes: 1 addition & 1 deletion js/packages/quiz/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wcrichto/quiz",
"version": "0.1.0",
"version": "0.2.15",
"files": [
"dist"
],
Expand Down

0 comments on commit d83be57

Please sign in to comment.