Skip to content

Commit

Permalink
RELEASE: 10.3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastientromp committed Mar 13, 2023
1 parent eaee31e commit 98f98fe
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,17 +33,17 @@ export interface UpdateSectionItemDetails {

export const updates: readonly Update[] = [
{
version: '10.3.4',
version: '10.3.7',
force: true,
sections: [
{
type: 'intro',
header: 'Message from the dev',
text: `I am considering changes to the Premium accounts, and move some features to be premium-only. You can read more about it <a href="https://github.com/Zero-to-Heroes/firestone/wiki/Premium-vs-ads" target="_blank">here</a>, but the TL;DR is:
text: `IMPORTANT: Premium accounts are undergoing some changes, and some features are moving to be premium-only. You can read more about it <a href="https://github.com/Zero-to-Heroes/firestone/wiki/Premium-vs-ads" target="_blank">here</a>, but the TL;DR is:
<ul>
<li>The ads business model is showing its limits, and I need to change how the app generates revenues to be able to continue doing this full-time</li>
<li>Premium will move from $3-remove-the-ads to $5-remove-the-ads-and-get-more-features</li>
<li>As much as possible, pure / low-processed data will be free. Premium features will be QoL and high-processing stuff</li>
<li>Premium will move from $3-remove-the-ads to $5-remove-the-ads-and-get-more-features. The change in price will be in effect starting next week.</li>
<li>As much as possible, pure / low-processed data will be free. Premium features will be QoL and stuff that require a lot of processing</li>
</ul>
This is still experimental, so let me know what you think!<br/>
(PS: This message exceptionnaly ignores your "don't show me release notes" setting because I wanted to be sure that you all got the message)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "firestone",
"version": "10.3.6",
"version": "10.3.7",
"license": "MIT",
"scripts": {
"ng": "nx",
Expand Down

0 comments on commit 98f98fe

Please sign in to comment.