Skip to content

Commit

Permalink
chore: Test ci with 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
donovanglover committed Oct 29, 2023
1 parent 00c9b4a commit 69493b7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion 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
@@ -1,7 +1,7 @@
[package]
name = "hyprnome"
description = "GNOME-like workspace switching in Hyprland."
version = "0.2.0"
version = "0.1.0"
authors = ["Copyright (C) 2023 Donovan Glover <https://donovan.is/>"]
repository = "https://github.com/donovanglover/hyprnome"
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Maintainer: Donovan Glover <https://donovan.is/>
pkgname=hyprnome
pkgver=0.2.0
pkgver=0.1.0
pkgrel=1
pkgdesc="GNOME-like workspace switching in Hyprland"
arch=('x86_64')
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ git clone https://github.com/donovanglover/hyprnome && cd hyprnome && makepkg -s
Follow the [install guide](https://www.rust-lang.org/tools/install) for Rust. Then, use cargo to install hyprnome.

```fish
cargo install --git https://github.com/donovanglover/hyprnome --tag 0.2.0
cargo install --git https://github.com/donovanglover/hyprnome --tag 0.1.0
```

## Usage
Expand Down

0 comments on commit 69493b7

Please sign in to comment.