mirror of
https://github.com/Xetibo/ReSet.git
synced 2025-04-12 08:28:32 +02:00
chore: Bump version
This commit is contained in:
parent
8796abb08f
commit
e5263b0dc7
|
@ -1,14 +1,14 @@
|
||||||
[package]
|
[package]
|
||||||
name = "reset"
|
name = "reset"
|
||||||
version = "0.1.8"
|
version = "1.0.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
description = "A wip universal Linux settings application."
|
description = "A wip universal Linux settings application."
|
||||||
repository = "https://github.com/Xetibo/ReSet"
|
repository = "https://github.com/Xetibo/ReSet"
|
||||||
license = "GPL-3.0-only"
|
license = "GPL-3.0-only"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
reset_daemon = "0.7.2"
|
reset_daemon = "1.0.0"
|
||||||
re_set-lib = "0.8.7"
|
re_set-lib = "1.0.0"
|
||||||
adw = { version = "0.5.3", package = "libadwaita", features = ["v1_4"] }
|
adw = { version = "0.5.3", package = "libadwaita", features = ["v1_4"] }
|
||||||
dbus = "0.9.7"
|
dbus = "0.9.7"
|
||||||
gtk = { version = "0.7.3", package = "gtk4", features = ["v4_12"] }
|
gtk = { version = "0.7.3", package = "gtk4", features = ["v4_12"] }
|
||||||
|
|
2
PKGBUILD
2
PKGBUILD
|
@ -1,7 +1,7 @@
|
||||||
# Maintainer: Fabio Lenherr <dashie@dashie.org>
|
# Maintainer: Fabio Lenherr <dashie@dashie.org>
|
||||||
|
|
||||||
pkgname=reset
|
pkgname=reset
|
||||||
pkgver=0.1.8
|
pkgver=1.0.0
|
||||||
pkgrel=0
|
pkgrel=0
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
pkgdir="/usr/bin/${pkgname}"
|
pkgdir="/usr/bin/${pkgname}"
|
||||||
|
|
|
@ -1107,14 +1107,14 @@
|
||||||
{
|
{
|
||||||
"type": "archive",
|
"type": "archive",
|
||||||
"archive-type": "tar-gzip",
|
"archive-type": "tar-gzip",
|
||||||
"url": "https://static.crates.io/crates/re_set-lib/re_set-lib-0.8.7.crate",
|
"url": "https://static.crates.io/crates/re_set-lib/re_set-lib-1.0.0.crate",
|
||||||
"sha256": "31baa92abef5520f3566949e443ad10fee6a7f6029fda106f9a7850488019574",
|
"sha256": "4ff687ecbf24dcd5b2076e7f608a0db5d079e012b11264b6eca72b18d7e1c39c",
|
||||||
"dest": "cargo/vendor/re_set-lib-0.8.7"
|
"dest": "cargo/vendor/re_set-lib-1.0.0"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "inline",
|
"type": "inline",
|
||||||
"contents": "{\"package\": \"31baa92abef5520f3566949e443ad10fee6a7f6029fda106f9a7850488019574\", \"files\": {}}",
|
"contents": "{\"package\": \"4ff687ecbf24dcd5b2076e7f608a0db5d079e012b11264b6eca72b18d7e1c39c\", \"files\": {}}",
|
||||||
"dest": "cargo/vendor/re_set-lib-0.8.7",
|
"dest": "cargo/vendor/re_set-lib-1.0.0",
|
||||||
"dest-filename": ".cargo-checksum.json"
|
"dest-filename": ".cargo-checksum.json"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -1146,14 +1146,14 @@
|
||||||
{
|
{
|
||||||
"type": "archive",
|
"type": "archive",
|
||||||
"archive-type": "tar-gzip",
|
"archive-type": "tar-gzip",
|
||||||
"url": "https://static.crates.io/crates/reset_daemon/reset_daemon-0.7.0.crate",
|
"url": "https://static.crates.io/crates/reset_daemon/reset_daemon-1.0.0.crate",
|
||||||
"sha256": "e6126bce7f51d2626d96a3dc04c3c6e88b13fde10c347a7c5e503ca62295040a",
|
"sha256": "4ac44390e711dd73b2a2c365890d28f0ceec5c3e9f760deafbab2ad7410e90ed",
|
||||||
"dest": "cargo/vendor/reset_daemon-0.7.0"
|
"dest": "cargo/vendor/reset_daemon-1.0.0"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "inline",
|
"type": "inline",
|
||||||
"contents": "{\"package\": \"e6126bce7f51d2626d96a3dc04c3c6e88b13fde10c347a7c5e503ca62295040a\", \"files\": {}}",
|
"contents": "{\"package\": \"4ac44390e711dd73b2a2c365890d28f0ceec5c3e9f760deafbab2ad7410e90ed\", \"files\": {}}",
|
||||||
"dest": "cargo/vendor/reset_daemon-0.7.0",
|
"dest": "cargo/vendor/reset_daemon-1.0.0",
|
||||||
"dest-filename": ".cargo-checksum.json"
|
"dest-filename": ".cargo-checksum.json"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
|
@ -103,7 +103,7 @@ impl ReSetWindow {
|
||||||
.license_type(gtk::License::Gpl30)
|
.license_type(gtk::License::Gpl30)
|
||||||
.website("https://github.com/Xetibo/ReSet")
|
.website("https://github.com/Xetibo/ReSet")
|
||||||
.issue_url("https://github.com/Xetibo/ReSet/issues")
|
.issue_url("https://github.com/Xetibo/ReSet/issues")
|
||||||
.version("0.1.8")
|
.version("1.0.0")
|
||||||
.transient_for(window)
|
.transient_for(window)
|
||||||
.modal(true)
|
.modal(true)
|
||||||
.copyright("© 2022-2023 Xetibo")
|
.copyright("© 2022-2023 Xetibo")
|
||||||
|
|
Loading…
Reference in a new issue