Skip to content

Commit

Permalink
Release 1.0.6 (#116)
Browse files Browse the repository at this point in the history
* Release 1.0.6

* Update meson.build
  • Loading branch information
danirabbit authored Apr 1, 2020
1 parent de060c8 commit 6f5c984
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion data/io.elementary.camera.appdata.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<p>Camera is a simple app to take photos with a webcam.</p>
</description>
<releases>
<release version="1.0.6" date="2019-11-04" urgency="medium">
<release version="1.0.6" date="2020-04-01" urgency="medium">
<description>
<ul>
<li>Updated translations</li>
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
project(
'io.elementary.camera', 'vala', 'c',
meson_version : '>= 0.43',
version: '1.0.5'
version: '1.0.6'
)

gnome = import('gnome')
Expand Down

0 comments on commit 6f5c984

Please sign in to comment.