Skip to content

Commit a3bba39

Browse files
committed
version 0.9.7
1 parent 7d0b2e4 commit a3bba39

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

man/trans.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.\" Automatically generated by Pandoc 2.5
22
.\"
3-
.TH "TRANS" "1" "2020\-05\-11" "0.9.6.12" ""
3+
.TH "TRANS" "1" "2022\-08\-19" "0.9.7" ""
44
.hy
55
.SH NAME
66
.PP

man/trans.1.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
% TRANS(1) 0.9.6.12
1+
% TRANS(1) 0.9.7
22
% Mort Yao <[email protected]>
3-
% 2020-05-11
3+
% 2022-08-19
44

55
# NAME
66

metainfo.awk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
BEGIN {
22
Name = "Translate Shell"
33
Description = "Command-line translator using Google Translate, Bing Translator, Yandex.Translate, etc."
4-
Version = "0.9.6.12"
5-
ReleaseDate = "2020-05-11"
4+
Version = "0.9.7"
5+
ReleaseDate = "2022-08-19"
66
Command = "trans"
77
EntryPoint = "translate.awk"
88
EntryScript = "translate"

0 commit comments

Comments
 (0)