diff --git a/NEWS b/NEWS index 47bb89c..cc98936 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,7 @@ +Version 3.0.9 + - Reimplement http-clients to separate file + - Make http client supporting both download/upload + Version 3.0.8 - Remove compact code, no longer support v2 diff --git a/go-translate.el b/go-translate.el index 23c7bd6..ca322fd 100644 --- a/go-translate.el +++ b/go-translate.el @@ -6,7 +6,7 @@ ;; URL: https://github.com/lorniu/go-translate ;; Package-Requires: ((emacs "28.1")) ;; Keywords: convenience -;; Version: 3.0.8 +;; Version: 3.0.9 ;; SPDX-License-Identifier: GPL-3.0-or-later