Skip to content

Commit

Permalink
bump version to v0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lonnywong committed Jul 7, 2024
1 parent adf6af6 commit 843ff88
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 4 deletions.
2 changes: 1 addition & 1 deletion debian/README
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The Debian Package tsshd
----------------------------

The 'tssh --udp' works like 'mosh', and the 'tsshd' works like 'mosh-server'.
The tsshd works like mosh-server, while the 'tssh --udp' works like mosh.

-- Lonny Wong <[email protected]> Sun, 30 Jun 2024 17:38:13 +0800
2 changes: 1 addition & 1 deletion debian/README.Debian
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
tsshd for Debian
---------------

The 'tssh --udp' works like 'mosh', and the 'tsshd' works like 'mosh-server'.
The tsshd works like mosh-server, while the 'tssh --udp' works like mosh.

-- Lonny Wong <[email protected]> Sun, 30 Jun 2024 17:38:13 +0800
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
tsshd (0.1.2) trusty; urgency=medium

* tsshd v0.1.2

-- Lonny Wong <[email protected]> Sun, 07 Jul 2024 10:27:08 +0800

tsshd (0.1.1) trusty; urgency=medium

* tsshd v0.1.1
Expand Down
2 changes: 1 addition & 1 deletion debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ Vcs-Git: https://github.com/trzsz/tsshd.git
Package: tsshd
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: The 'tssh --udp' works like 'mosh', and the 'tsshd' works like 'mosh-server'.
Description: The tsshd works like mosh-server, while the 'tssh --udp' works like mosh.
2 changes: 1 addition & 1 deletion tsshd/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ import (
"github.com/trzsz/go-arg"
)

const kTsshdVersion = "0.1.1"
const kTsshdVersion = "0.1.2"

var exitChan = make(chan int, 1)

Expand Down

0 comments on commit 843ff88

Please sign in to comment.