Skip to content

Commit 4e14e43

Browse files
committed
feat(build): prepare v0.1.8
1 parent ac0f03f commit 4e14e43

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "oxicord"
3-
version = "0.1.7"
3+
version = "0.1.8"
44
edition = "2024"
55
authors = ["linuxmobile"]
66
description = "A lightweight, secure Discord terminal client"

nix/package.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ rustPlatform.buildRustPackage (final: let
1414
inherit (lib) licenses platforms;
1515
in {
1616
pname = "oxicord";
17-
version = "0.1.7";
17+
version = "0.1.8";
1818

1919
src = toSource {
2020
root = ../.;

0 commit comments

Comments
 (0)