Skip to content

Commit

Permalink
Prepare tpnote version v1.21.15
Browse files Browse the repository at this point in the history
  • Loading branch information
getreu committed Sep 8, 2023
1 parent ef17585 commit 0c23de9
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 24 deletions.
30 changes: 15 additions & 15 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ license = "MIT/Apache-2.0"
readme = "README.md"
repository = "https://gitlab.com/getreu/tp-note"
rust-version = "1.70.0"
version = "1.21.14"
version = "1.21.15"

[profile.release]
strip = "symbols"
Expand All @@ -29,4 +29,4 @@ serde = { version = "1.0.188", features = ["derive"] }
serde_yaml = "0.9.25"
tera = { version = "1.19.1", default-features = true }
thiserror = "1.0.48"
toml = "0.7.6"
toml = "0.7.7"
2 changes: 1 addition & 1 deletion docs/build/man/man1/tpnote.1
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
. ftr VB CB
. ftr VBI CBI
.\}
.TH "TP-NOTE" "1" "2023-09-05" "Version 1.21.14" "Tp-Note documentation"
.TH "TP-NOTE" "1" "2023-09-08" "Version 1.21.15" "Tp-Note documentation"
.hy
.SH NAME
.PP
Expand Down
6 changes: 3 additions & 3 deletions docs/source/tpnote--manpage.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
---
title: "TP-NOTE(1) Version 1.21.14 | Tp-Note documentation"
title: "TP-NOTE(1) Version 1.21.15 | Tp-Note documentation"
subtitle: "manpage"
author: "Jens Getreu"
version: "1.21.14"
version: "1.21.15"
filename_sync: false
date: "2023-09-05"
date: "2023-09-08"
lang: "en-GB"
---

Expand Down
4 changes: 2 additions & 2 deletions docs/source/tpnote--manual.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
title: "Tp-Note: save and edit your clipboard content as a note file"
subtitle: "Organize your notes with your favourite editor and markup language"
author: "Jens Getreu"
date: "2023-09-05"
version: "1.21.14"
date: "2023-09-08"
version: "1.21.15"
filename_sync: false
lang: "en-GB"
---
Expand Down
2 changes: 1 addition & 1 deletion tp-note/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ time = "0.3.28"
tera.workspace = true
toml.workspace = true
#tpnote-lib = { path = "../tpnote-lib", default-features = false }
tpnote-lib = { version = "0.22.5", default-features = false}
tpnote-lib = { version = "0.22.8", default-features = false}
webbrowser = { version = "0.8.11", optional = true }

[target.'cfg(windows)'.dependencies]
Expand Down

0 comments on commit 0c23de9

Please sign in to comment.