Skip to content

Commit

Permalink
update version 3.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
stefano prina committed Jun 15, 2022
1 parent c2a411e commit 2a9953b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion eu.stethewwolf.gresistor.metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<name>gResistor</name>
<summary>Resistor color codes calculator</summary>
<metadata_license>CC0-1.0</metadata_license>
<project_license>LGPL-3.0-or-later </project_license>
<project_license>LGPL-3.0-or-later</project_license>
<description>
<p>
To allow for identification, resistors are usually marked
Expand All @@ -32,6 +32,7 @@
</screenshots>
<content_rating type="oars-1.1"/>
<releases>
<release version="3.2.5" date="2022-06-15"/>
<release version="3.2.4" date="2022-06-4"/>
</releases>
</component>
4 changes: 2 additions & 2 deletions gresistor3/gresistor.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
from pathlib import Path

app_name = "gResistor"
app_version = "3.2.4"
app_version = "3.2.5"
wikipedia_eletronic_color_scheme = "https://en.wikipedia.org/wiki/Electronic_color_code"
gresistor_issues = "https://github.com/stethewwolf/gResistor/issues"
gresistor_wesite = "https://gresistor.stethewwolf.eu/"
Expand Down Expand Up @@ -521,7 +521,7 @@ def main():
flatpack_glade_file = os.path.join(
"/app/share/gresistor/gresistor.glade"
)

if os.path.exists(repo_glade_file):
run_gresistor(repo_glade_file)
elif os.path.exists(env_glade_file):
Expand Down

0 comments on commit 2a9953b

Please sign in to comment.