Skip to content

Commit

Permalink
stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
ahqsoftwares committed Mar 27, 2024
1 parent cb30682 commit 3499774
Show file tree
Hide file tree
Showing 4 changed files with 4,720 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
run: sudo apt install zip

- name: Package stuff
run: cargo +nightly run
run: cargo +nightly run --release

- name: Run Installer
run: cargo +nightly build --release
Expand Down
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.7
0.0.8
6 changes: 3 additions & 3 deletions web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/starlight": "^0.15.3",
"astro": "^4.0.1",
"sharp": "^0.32.5"
"@astrojs/starlight": "^0.21.2",
"astro": "^4.5.10",
"sharp": "^0.33.3"
}
}
Loading

0 comments on commit 3499774

Please sign in to comment.