Skip to content

Commit

Permalink
RELEASE 1.28.1
Browse files Browse the repository at this point in the history
  • Loading branch information
otsaloma committed Oct 6, 2021
1 parent 875ef2f commit ace0577
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
8 changes: 8 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
2021-10-06: NFO Viewer 1.28.1
=============================

* Add Chinese (China) translation
* Add German (Switzerland) translation
* Add Italian translation
* Update existing translations

2020-04-28: NFO Viewer 1.28
===========================

Expand Down
3 changes: 2 additions & 1 deletion data/io.otsaloma.nfoview.appdata.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@
<url type="translate">https://www.transifex.com/otsaloma/nfoview/</url>
<launchable type="desktop-id">io.otsaloma.nfoview.desktop</launchable>
<releases>
<release version="1.28" date="2020-04-28"/>
<release version="1.28.1" date="2021-10-06"/>
<release version="1.28" date="2020-04-28"/>
</releases>
<provides>
<mediatype>text/x-nfo</mediatype>
Expand Down
2 changes: 1 addition & 1 deletion nfoview/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.

__version__ = "1.28"
__version__ = "1.28.1"

import sys
import warnings
Expand Down
2 changes: 1 addition & 1 deletion win32/nfoview.iss
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[Setup]
AppId=io.otsaloma.nfoview
AppName=NFO Viewer
AppVerName=NFO Viewer 1.28
AppVerName=NFO Viewer 1.28.1
AppPublisher=Osmo Salomaa
AppPublisherURL=https://otsaloma.io/nfoview/
DefaultDirName={pf}\NFO Viewer
Expand Down

0 comments on commit ace0577

Please sign in to comment.