Skip to content

Commit

Permalink
chore: upgraded website to latest beta
Browse files Browse the repository at this point in the history
  • Loading branch information
arctic-hen7 committed Dec 12, 2021
1 parent 86cf1a1 commit 1c0122a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
with:
fetch-depth: 0
- run: cargo install bonnie wasm-pack
- run: cargo install perseus-cli --version 0.3.0-beta.18
- run: cargo install perseus-cli --version 0.3.0-beta.21
- run: npm install
working-directory: website
- name: Build website
Expand Down
4 changes: 2 additions & 2 deletions website/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "perseus-website"
version = "0.3.0-beta.17"
version = "0.3.0-beta.21"
edition = "2018"
description = "The official website for the Perseus framework."
authors = ["arctic_hen7 <arctic_hen7@pm.me>"]
Expand All @@ -13,7 +13,7 @@ readme = "./README.md"

[dependencies]
# We use the current version of Perseus, not the local one
perseus = { version = "0.3.0-beta.18", features = [ "translator-fluent" ] }
perseus = { version = "0.3.0-beta.21", features = [ "translator-fluent" ] }
sycamore = "0.6"
sycamore-router = "0.6"
serde = "1"
Expand Down

0 comments on commit 1c0122a

Please sign in to comment.