Skip to content
This repository has been archived by the owner on Aug 9, 2024. It is now read-only.

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
face-hh committed Jun 21, 2024
1 parent 9367cd9 commit 6220115
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion napture/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 napture/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "webx"
version = "1.3.0"
version = "1.3.1"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
2 changes: 1 addition & 1 deletion napture/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -495,7 +495,7 @@ fn make_tab(
let dialog = gtk::AboutDialog::builder()
.modal(true)
.program_name("Bussin Napture")
.version("v1.3.0")
.version("v1.3.1")
.website("https://github.com/face-hh/webx")
.website_label("GitHub")
.license_type(gtk::License::Apache20)
Expand Down

0 comments on commit 6220115

Please sign in to comment.