Skip to content

Commit

Permalink
bump version to v0.3.15.
Browse files Browse the repository at this point in the history
  • Loading branch information
duckinator committed Dec 9, 2024
1 parent d126160 commit 6fdff92
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/prepare-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
github.rest.git.createRef({
owner: context.repo.owner,
repo: context.repo.repo,
tag: steps.version.outputs.TAG,
tag: '${{ steps.version.outputs.TAG }}',
message: 'Version ${{ steps.version.outputs.TAG }}',
object: context.sha
})
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "stayfocused"
version = "0.3.14"
version = "0.3.15"
description = "Software To Avoid [Y] Fixating On Completely Unproductive Shit Every Day"

repository = "https://github.com/duckinator/STAYFOCUSED"
Expand Down

0 comments on commit 6fdff92

Please sign in to comment.