Skip to content

Commit

Permalink
Merge pull request #276 from xrelkd/hotfix/0.16.3
Browse files Browse the repository at this point in the history
Release `0.16.3`
  • Loading branch information
xrelkd committed Jan 23, 2024
2 parents 393a5ad + b0b0420 commit e1dd684
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 28 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Expand Up @@ -3,6 +3,7 @@ name: Release
on:
push:
branches:
- hotfix/*
- release/*
tags:
- "v*"
Expand Down
50 changes: 25 additions & 25 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
@@ -1,5 +1,5 @@
[workspace.package]
version = "0.16.2"
version = "0.16.3"
authors = ["xrelkd <46590321+xrelkd@users.noreply.github.com>"]
homepage = "https://github.com/xrelkd/clipcat"
repository = "https://github.com/xrelkd/clipcat"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -86,7 +86,7 @@ cd ~/bin

# download and extract clipcat to ~/bin/
# NOTE: replace the version with the version you want to install
export CLIPCAT_VERSION=v0.16.1
export CLIPCAT_VERSION=v0.16.3

# NOTE: the architecture of your machine,
# available value is `x86_64-unknown-linux-musl`
Expand Down
2 changes: 1 addition & 1 deletion flake.nix
Expand Up @@ -17,7 +17,7 @@
outputs = { self, nixpkgs, flake-utils, fenix, crane }:
let
name = "clipcat";
version = "0.16.2";
version = "0.16.3";
in
(flake-utils.lib.eachDefaultSystem
(system:
Expand Down

0 comments on commit e1dd684

Please sign in to comment.