Skip to content

Commit

Permalink
version 0.9.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
soimort committed Feb 8, 2023
1 parent 82b3630 commit faff2c9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion man/trans.1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.\" Automatically generated by Pandoc 2.5
.\"
.TH "TRANS" "1" "2022\-08\-19" "0.9.7" ""
.TH "TRANS" "1" "2023\-02\-08" "0.9.7.1" ""
.hy
.SH NAME
.PP
Expand Down
4 changes: 2 additions & 2 deletions man/trans.1.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
% TRANS(1) 0.9.7
% TRANS(1) 0.9.7.1
% Mort Yao <[email protected]>
% 2022-08-19
% 2023-02-08

# NAME

Expand Down
4 changes: 2 additions & 2 deletions metainfo.awk
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
BEGIN {
Name = "Translate Shell"
Description = "Command-line translator using Google Translate, Bing Translator, Yandex.Translate, etc."
Version = "0.9.7"
ReleaseDate = "2022-08-19"
Version = "0.9.7.1"
ReleaseDate = "2023-02-08"
Command = "trans"
EntryPoint = "translate.awk"
EntryScript = "translate"
Expand Down

0 comments on commit faff2c9

Please sign in to comment.