Skip to content

Commit

Permalink
Release 3.3.0 (#772)
Browse files Browse the repository at this point in the history
* Update io.elementary.code.appdata.xml.in

* Update meson.build

* Update io.elementary.code.appdata.xml.in
  • Loading branch information
cassidyjames authored Feb 29, 2020
1 parent 681181b commit ba59c3d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
3 changes: 2 additions & 1 deletion data/io.elementary.code.appdata.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
</ul>
</description>
<releases>
<release version="3.3.0" date="2020-01-16">
<release version="3.3.0" date="2020-02-29">
<description>
<p>New features:</p>
<ul>
Expand All @@ -57,6 +57,7 @@
<ul>
<li>Add keyboard shortcuts to menu items</li>
<li>Make sidebar folder items not selectable</li>
<li>Center new windows</li>
<li>Updated translations</li>
</ul>
</description>
Expand Down
6 changes: 5 additions & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
project('io.elementary.code', 'vala', 'c', version: '3.2.0')
project(
'io.elementary.code',
'vala', 'c',
version: '3.3.0'
)

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

0 comments on commit ba59c3d

Please sign in to comment.