Skip to content

Commit 5ea6e00

Browse files
Merge pull request #23 from SubhadeepJasu/point_release
Bump version number
2 parents d7a3d7c + 14c855b commit 5ea6e00

File tree

4 files changed

+16
-8
lines changed

4 files changed

+16
-8
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,7 @@ Ensembles is a realtime musical performance arranger app. Its built using Vala a
3434

3535
However, feel free to test it early
3636
## Get it on elementary OS Appcenter
37-
TBD
38-
<!-- [![Get it on AppCenter](https://appcenter.elementary.io/badge.svg)](https://appcenter.elementary.io/) -->
37+
[![Get it on AppCenter](https://appcenter.elementary.io/badge.svg)](https://appcenter.elementary.io/com.github.subhadeepjasu.ensembles/)
3938

4039
## Install from source
4140
You can install Ensembles by compiling it from source, here's a list of required dependencies:

data/Images/ensembles_splash.svg

Lines changed: 4 additions & 5 deletions
Loading

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,16 @@
6969
<content_attribute id="money-gambling">none</content_attribute>
7070
</content_rating>
7171
<releases>
72+
<release version="0.0.13" date="2021-09-03">
73+
<description>
74+
<p>Theming fix for when its run on other distros</p>
75+
<p>Fixed:</p>
76+
<ul>
77+
<li>Force the use of elementary stylesheet on other distros</li>
78+
<li>Rewrite appdata</li>
79+
</ul>
80+
</description>
81+
</release>
7282
<release version="0.0.12" date="2021-09-01">
7383
<description>
7484
<p>First AppCenter Release</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.ensembles',
44
'c', 'vala',
5-
version: '0.0.12',
5+
version: '0.0.13',
66
)
77

88
# GNOME module

0 commit comments

Comments
 (0)