Skip to content

Commit

Permalink
Release 3.1.4 (#95)
Browse files Browse the repository at this point in the history
* Update metadata.appdata.xml.in

* Update meson.build
  • Loading branch information
cassidyjames authored Dec 14, 2021
1 parent e52c568 commit 083defd
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion data/metadata.appdata.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,14 @@
<binary>com.github.cassidyjames.dippi</binary>
</provides>
<releases>
<release version="3.1.4" date="2021-12-14">
<description>
<p>Under-the-hood improvements:</p>
<ul>
<li>Update Stripe key</li>
</ul>
</description>
</release>
<release version="3.1.3" date="2021-12-09">
<description>
<p>Under-the-hood improvements:</p>
Expand Down Expand Up @@ -293,6 +301,6 @@
<value key="x-appcenter-color-primary">#452981</value>
<value key="x-appcenter-color-primary-text">#fff</value>
<value key="x-appcenter-suggested-price">4</value>
<value key="x-appcenter-stripe">pk_live_51BisUzDZzsY2pYhKm0J1hUMt2BZmPy0tjfL57uJBfLa9lnNaspuLhhP3jakPa3wKVXF4BcSotHNiGrsLCd7I446p00EJKRuKWS</value>
<value key="x-appcenter-stripe">pk_live_51BisUzDZzsY2pYhKUvevG2RX6kT5JL74hO2AHKqd69zYYuoo0d4y3Mcb8IoSM1cv81ZgMW0pSqLUsD4e1HqAqkSX00t6yXPfZh</value>
</custom>
</component>
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
project(
'com.github.cassidyjames.dippi',
'vala', 'c',
version: '3.1.3'
version: '3.1.4'
)

gnome = import('gnome')
Expand Down

0 comments on commit 083defd

Please sign in to comment.