Skip to content

Commit

Permalink
Prepare tpnote v1.21.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Jens Getreu committed May 5, 2023
1 parent b80e22f commit e0ec0f2
Show file tree
Hide file tree
Showing 6 changed files with 39 additions and 32 deletions.
57 changes: 32 additions & 25 deletions 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
Expand Up @@ -14,7 +14,7 @@ license = "MIT/Apache-2.0"
readme = "README.md"
repository = "https://gitlab.com/getreu/tp-note"
rust-version = "1.64.0"
version = "1.21.1"
version = "1.21.2"

[profile.release]
strip = "symbols"
Expand Down
2 changes: 1 addition & 1 deletion docs/build/man/man1/tpnote.1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.\" Automatically generated by Pandoc 2.10.1
.\"
.TH "TP-NOTE" "1" "2022-12-26" "Version 1.21.1" "Tp-Note documentation"
.TH "TP-NOTE" "1" "2022-12-26" "Version 1.21.2" "Tp-Note documentation"
.hy
.SH NAME
.PP
Expand Down
4 changes: 2 additions & 2 deletions docs/source/tpnote--manpage.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
title: "TP-NOTE(1) Version 1.21.1 | Tp-Note documentation"
title: "TP-NOTE(1) Version 1.21.2 | Tp-Note documentation"
subtitle: "manpage"
author: "Jens Getreu"
version: "1.20.1"
version: "1.20.2"
filename_sync: false
date: "2022-12-26"
lang: "en-GB"
Expand Down
2 changes: 1 addition & 1 deletion docs/source/tpnote--manual.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ 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-04-27"
version: "1.21.1"
version: "1.21.2"
filename_sync: false
lang: "en-GB"
---
Expand Down
4 changes: 2 additions & 2 deletions tp-note/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@ structopt = "0.3.26"
thiserror.workspace = true
time = "0.3.20"
toml.workspace = true
tpnote-lib = { path = "../tpnote-lib", default-features = true }
#tpnote-lib = { version = "0.18.3", default-features = true }
#tpnote-lib = { path = "../tpnote-lib", default-features = true }
tpnote-lib = { version = "0.18.3", default-features = true }
webbrowser = { version = "0.8.9", optional = true }

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

0 comments on commit e0ec0f2

Please sign in to comment.