Skip to content

Commit

Permalink
Release 3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
codygarver committed Mar 14, 2019
1 parent ef11895 commit 66f2773
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
11 changes: 9 additions & 2 deletions data/io.elementary.code.appdata.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,14 @@
</ul>
</description>
<releases>
<release version="3.1.0" date="2018-03-06">
<release version="3.1.1" date="2019-03-06">
<description>
<ul>Use Granite.MessageDialog throughout</ul>
<ul>Include non-text files in sidebar</ul>
<ul>Fix Remove Current View</ul>
</description>
</release>
<release version="3.1.0" date="2019-03-06">
<description>
<ul>Fix New Window desktop action behavior</ul>
<ul>Properly synchronize Ctrl+N key presses with number of new documents spawned</ul>
Expand All @@ -56,7 +63,7 @@
<ul>Updated translations</ul>
</description>
</release>
<release version="3.0.2" date="2018-01-03">
<release version="3.0.2" date="2019-01-03">
<description>
<ul>Smarter file saving behavior</ul>
<ul>File saving fixes</ul>
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
project('io.elementary.code', 'vala', 'c', version: '3.1.0')
project('io.elementary.code', 'vala', 'c', version: '3.1.1')

add_project_arguments([
'-DGETTEXT_PACKAGE="@0@"'.format(meson.project_name())
Expand Down

0 comments on commit 66f2773

Please sign in to comment.