Skip to content

Commit

Permalink
* Updates for new release.
Browse files Browse the repository at this point in the history
  • Loading branch information
phase1geo committed Apr 10, 2019
1 parent 6e3fb8d commit 7e63ac3
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 3 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ Use the power of mind-mapping to make your ideas come to life.
- Export to PDF, PNG, JPEG, BMP, SVG, OPML, CSV, Markdown and PlainText formats.
- Printer support.
- Add notes, tasks and images to your nodes.
- Stylize nodes and links to add more meaning and improve readability.
- Colorized node branches.


Expand Down
10 changes: 9 additions & 1 deletion data/com.github.phase1geo.minder.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,15 @@
<content_attribute id="money-gambling">none</content_attribute>
</content_rating>
<releases>
<release version="1.2" date="2019-04-10">
<release version="1.2.1" date="2019-04-10">
<description>
<ul>
<li>Fixing appdata.xml file omission.</li>
<li>Removing automatic style apply when the affects is set to certain values.</li>
</ul>
</description>
</release>
<release version="1.2" date="2019-04-09">
<description>
<ul>
<li>Added Spanish translation.</li>
Expand Down
10 changes: 9 additions & 1 deletion data/com.github.phase1geo.minder.appdata.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,15 @@
<content_attribute id="money-gambling">none</content_attribute>
</content_rating>
<releases>
<release version="1.2" date="2019-04-10">
<release version="1.2.1" date="2019-04-10">
<description>
<ul>
<li>Fixing appdata.xml file omission.</li>
<li>Removing automatic style apply when the affects is set to certain values.</li>
</ul>
</description>
</release>
<release version="1.2" date="2019-04-09">
<description>
<ul>
<li>Added Spanish translation.</li>
Expand Down
2 changes: 1 addition & 1 deletion src/Application.vala
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ public class Minder : Granite.Application {

/* If the version was specified, output it and then exit */
if( version ) {
stdout.printf( "1.2\n" );
stdout.printf( "1.2.1\n" );
Process.exit( 0 );
}

Expand Down

0 comments on commit 7e63ac3

Please sign in to comment.