Skip to content

Commit

Permalink
Update to 1.0.1 for monetization with Stripe key
Browse files Browse the repository at this point in the history
  • Loading branch information
avojak committed Jan 10, 2022
1 parent b64d4e4 commit 462ae10
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
9 changes: 7 additions & 2 deletions data/com.github.avojak.warble.appdata.xml.in.in
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@
<binary>@appid@</binary>
</provides>
<releases>
<release version="1.0.1" date="2022-01-09">
<description>
<p>Set Stripe key and monetization</p>
</description>
</release>
<release version="1.0.0" date="2022-01-09">
<description>
<p>Initial Release</p>
Expand Down Expand Up @@ -73,7 +78,7 @@
<custom>
<value key="x-appcenter-color-primary">#fff</value>
<value key="x-appcenter-color-primary-text">#333</value>
<value key="x-appcenter-suggested-price">0</value>
<value key="x-appcenter-stripe"></value>
<value key="x-appcenter-suggested-price">1</value>
<value key="x-appcenter-stripe">pk_live_51GeuzCC9Tk2ZlXfTH9I5SxBe2erSseFugr18KbfprFI6pWxcQGe3vdfqTc2T5TCR1WxWQpzIX3AUq5NtLMUeQoJw00CavY8JuW</value>
</custom>
</component>
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Project name and programming language
project('com.github.avojak.warble', 'vala', 'c', version: '1.0.0')
project('com.github.avojak.warble', 'vala', 'c', version: '1.0.1')

i18n = import('i18n')
gnome = import('gnome')
Expand Down

0 comments on commit 462ae10

Please sign in to comment.