Skip to content

Commit

Permalink
0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
domenkozar committed Feb 2, 2023
1 parent 459372f commit 1544541
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion devenv.nix
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
# TODO: ask for the new version
# TODO: update the version in the mkdocs.yml
echo assuming you bumped the version in mkdocs.yml, populating src/modules/latest-version
cat mkdocs.yml | yaml2json | jq '.extra.devenv.version' > src/modules/latest-version
cat mkdocs.yml | yaml2json | jq -r '.extra.devenv.version' > src/modules/latest-version
'';
scripts.devenv-run-tests.exec = ''
set -xe
Expand Down
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ extra:
- icon: fontawesome/brands/discord
link: https://discord.gg/naMgvexb6q
devenv:
version: 0.5
version: 0.5.1
markdown_extensions:
- tables
- admonition
Expand Down
2 changes: 1 addition & 1 deletion src/modules/latest-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.5
0.5.1

0 comments on commit 1544541

Please sign in to comment.