Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
alexkdeveloper committed Mar 25, 2024
1 parent fec3d7e commit c236986
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion com.github.alexkdeveloper.recorder.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"app-id": "com.github.alexkdeveloper.recorder",
"runtime": "org.gnome.Platform",
"runtime-version": "45",
"runtime-version": "46",
"sdk": "org.gnome.Sdk",
"command": "com.github.alexkdeveloper.recorder",
"finish-args": [
Expand Down
7 changes: 7 additions & 0 deletions data/com.github.alexkdeveloper.recorder.appdata.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,13 @@
</description>
<content_rating type="oars-1.1"/>
<releases>
<release version="1.0.17" date="2024-03-25">
<description translatable="no">
<ul>
<li>Updated to GNOME Platform version 46</li>
</ul>
</description>
</release>
<release version="1.0.16" date="2024-01-09">
<description translatable="no">
<ul>
Expand Down
2 changes: 1 addition & 1 deletion src/MainWindow.vala
Original file line number Diff line number Diff line change
Expand Up @@ -537,7 +537,7 @@ private void on_stop_record_clicked(){
var win = new Adw.AboutWindow () {
application_name = "Recorder",
application_icon = "com.github.alexkdeveloper.recorder",
version = "1.0.16",
version = "1.0.17",
copyright = "Copyright © 2022-2024 Alex Kryuchkov",
license_type = License.GPL_3_0,
developer_name = "Alex Kryuchkov",
Expand Down

0 comments on commit c236986

Please sign in to comment.