Skip to content

Commit

Permalink
Release v0.1.8 (#152)
Browse files Browse the repository at this point in the history
  • Loading branch information
senekor authored Dec 28, 2023
1 parent af1b1ca commit 8bbfdcf
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ name: deploy
on:
push:
tags:
- "[0-9]+.[0-9]+.[0-9]+"
- "v[0-9]+.[0-9]+.[0-9]+"

jobs:
build-and-upload:
Expand Down
6 changes: 3 additions & 3 deletions 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 @@ members = ["models", "server", "app"]
resolver = "2"

[workspace.package]
version = "0.1.7"
version = "0.1.8"
edition = "2021"
description = "A simple web app for bookmark management."
license = "Unlicense"
Expand Down

0 comments on commit 8bbfdcf

Please sign in to comment.