Skip to content

Commit

Permalink
bump to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
amikha1lov committed May 13, 2020
1 parent 77e64ac commit ad0bf3e
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 5 deletions.
1 change: 1 addition & 0 deletions data/com.github.amikha1lov.RecApp.appdata.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
</content_rating>

<releases>
<release date="2020-05-13" version="1.0.1"></release>
<release date="2020-05-11" version="1.0.0"></release>
<release date="2020-05-04" version="0.1.0"></release>
</releases>
Expand Down
Binary file removed data/icons/select-area.png
Binary file not shown.
3 changes: 0 additions & 3 deletions data/icons/select-area.svg

This file was deleted.

Binary file removed data/icons/select-area.symbolic.png
Binary file not shown.
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
project('recapp',
version: '1.0.0',
version: '1.0.1',
meson_version: '>= 0.50.0',
default_options: [ 'warning_level=2',
],
Expand Down
2 changes: 1 addition & 1 deletion src/rec.py
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ def stop_recording(self,*args):
def popover_init():
about = Gtk.AboutDialog()
about.set_program_name(_(constants["APPNAME"]))
about.set_version("1.0.0")
about.set_version("1.0.1")
about.set_authors(["Alexey Mikhailov <mikha1lov@yahoo.com>", "Artem Polishchuk <ego.cordatus@gmail.com>", "@lateseal (Telegram)", "@gasinvein (Telegram)", "@dead_mozay (Telegram) <dead_mozay@opensuse.org>", "and contributors of Telegram chat https://t.me/gnome_rus"])
about.set_artists(["Raxi Petrov <raxi2012@gmail.com>"])
about.set_copyright("GPLv3+")
Expand Down

0 comments on commit ad0bf3e

Please sign in to comment.