Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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