Skip to content

Commit

Permalink
Update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
ejn committed Apr 20, 2020
1 parent a212424 commit 172aa59
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion inspireatomclient.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ def unload(self):

def about(self):
infoString = "<table>" \
"<tr><td colspan=\"2\"><b>INSPIRE Atom Client 0.8.0</b></td></tr><tr>" \
"<tr><td colspan=\"2\"><b>INSPIRE Atom Client 0.8.1</b></td></tr><tr>" \
"<td colspan=\"2\">Experimental Plugin</td></tr>" \
"<tr><td colspan=\"2\"></td></tr>" \
"<tr><td rowspan=\"2\">Authors:</td>" \
Expand Down
2 changes: 1 addition & 1 deletion metadata.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ name=INSPIRE Atom Client
description=Client for INSPIRE Downloadservices based on ATOM-Feeds
about=Client allowing data from INSPIRE pre-defined ATOM-Feed Download services to be imported as QGIS layers
category=Web
version=0.8.0
version=0.8.1
qgisMinimumVersion=3.0
class_name=InspireAtomClient
website=https://github.com/qgisinspiretools/qgis-inspire-atom-client-plugin
Expand Down
2 changes: 1 addition & 1 deletion ui_inspireatomclient.ui
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</rect>
</property>
<property name="windowTitle">
<string>INSPIRE Atom Client 0.8.0</string>
<string>INSPIRE Atom Client 0.8.1</string>
</property>
<layout class="QGridLayout" name="gridLayout_3">
<item row="5" column="0">
Expand Down

0 comments on commit 172aa59

Please sign in to comment.