Skip to content

Commit

Permalink
Updating version number for resubmission.
Browse files Browse the repository at this point in the history
  • Loading branch information
phase1geo committed Oct 17, 2020
1 parent 4623798 commit c9d316b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion data/com.github.phase1geo.minder.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@
<content_attribute id="money-gambling">none</content_attribute>
</content_rating>
<releases>
<release version="1.11.2" date="2020-10-16">
<release version="1.11.3" date="2020-10-16">
<description>
<p>Changes</p>
<p xml:lang="pt">Alterações</p>
Expand Down
2 changes: 1 addition & 1 deletion data/com.github.phase1geo.minder.appdata.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
<content_attribute id="money-gambling">none</content_attribute>
</content_rating>
<releases>
<release version="1.11.2" date="2020-10-16">
<release version="1.11.3" date="2020-10-16">
<description>
<p>Changes</p>
<ul>
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
project('com.github.phase1geo.minder', ['vala', 'c'],
version : '1.11.2',
version : '1.11.3',
license: 'GPL-3.0'
)

Expand Down
2 changes: 1 addition & 1 deletion src/Application.vala
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public class Minder : Granite.Application {
private MainWindow appwin;

public static GLib.Settings settings;
public static string version = "1.11.2";
public static string version = "1.11.3";

public Minder () {

Expand Down

0 comments on commit c9d316b

Please sign in to comment.