Skip to content

Commit

Permalink
RELEASE 1.99
Browse files Browse the repository at this point in the history
  • Loading branch information
otsaloma committed Aug 15, 2023
1 parent ddb20a0 commit e182556
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PENDING: NFO Viewer 1.9
=======================
2023-08-15: NFO Viewer 1.99
===========================

* Use GTK 4 (#25)
* Export to image functionality disabled for now (I don't know how to
Expand Down
1 change: 1 addition & 0 deletions data/io.otsaloma.nfoview.appdata.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
<url type="translate">https://app.transifex.com/otsaloma/nfoview/</url>
<launchable type="desktop-id">io.otsaloma.nfoview.desktop</launchable>
<releases>
<release version="1.99" date="2023-08-15"/>
<release version="1.29" date="2022-10-03"/>
<release version="1.28.1" date="2021-10-06"/>
<release version="1.28" date="2020-04-28"/>
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.29"
__version__ = "1.99"

import sys
import warnings
Expand Down

0 comments on commit e182556

Please sign in to comment.