Skip to content

Commit e39351b

Browse files
committed
Merge branch 'master' of github.com:phase1geo/Minder
2 parents 14eebee + 116818b commit e39351b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

data/com.github.phase1geo.minder.appdata.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,9 +95,9 @@
9595
</ul>
9696
</description>
9797
</release>
98-
<release version="1.3" date="2019-05-17">
98+
<release version="1.3.0" date="2019-05-20">
9999
<description>
100-
<p>Let's stay connected!</p>
100+
<p>Let's make a connection!</p>
101101
<ul>
102102
<li>Added support for creating a visual connection between any two nodes.</li>
103103
<li>Added ability to show/hide all connections in the map.</li>

data/com.github.phase1geo.minder.appdata.xml.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
</ul>
8787
</description>
8888
</release>
89-
<release version="1.3" date="2019-05-17">
89+
<release version="1.3.0" date="2019-05-20">
9090
<description>
9191
<p>Let's stay connected!</p>
9292
<ul>

src/Application.vala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ public class Minder : Granite.Application {
122122

123123
/* If the version was specified, output it and then exit */
124124
if( version ) {
125-
stdout.printf( "1.3\n" );
125+
stdout.printf( "1.3.1\n" );
126126
Process.exit( 0 );
127127
}
128128

0 commit comments

Comments
 (0)