Skip to content

Commit fcc6a92

Browse files
Merge pull request #93 from SubhadeepJasu/translation
Bump app and platform version
2 parents ec7c572 + 3744fb6 commit fcc6a92

File tree

3 files changed

+12
-4
lines changed

3 files changed

+12
-4
lines changed

com.github.subhadeepjasu.pebbles.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
app-id: com.github.subhadeepjasu.pebbles
22
runtime: io.elementary.Platform
3-
runtime-version: '6'
3+
runtime-version: '6.1'
44
sdk: io.elementary.Sdk
55
command: com.github.subhadeepjasu.pebbles
6-
finish-args:
6+
finish-args:
77
- '--share=ipc'
88
- '--socket=fallback-x11'
99
- '--socket=wayland'
@@ -21,7 +21,7 @@ modules:
2121
- type: archive
2222
url: https://ftp.gnu.org/gnu/gsl/gsl-2.6.tar.gz
2323
sha256: b782339fc7a38fe17689cb39966c4d821236c28018b6593ddb6fd59ee40786a8
24-
24+
2525
- name: pebbles
2626
buildsystem: meson
2727
sources:

data/com.github.subhadeepjasu.pebbles.appdata.xml.in

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,14 @@
9393
<content_attribute id="money-gambling">none</content_attribute>
9494
</content_rating>
9595
<releases>
96+
<release date="2021-12-23" version="2.0.4">
97+
<description>
98+
<p>Translations:</p>
99+
<ul>
100+
<li>Brazilian Portuguese (by Gustavo Costa)</li>
101+
</ul>
102+
</description>
103+
</release>
96104
<release date="2021-11-03" version="2.0.3">
97105
<description>
98106
<p>Improved:</p>

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
project (
33
'com.github.subhadeepjasu.pebbles',
44
'vala', 'c',
5-
version: '2.0.3',
5+
version: '2.0.4',
66
)
77

88
# GNOME module

0 commit comments

Comments
 (0)