File tree Expand file tree Collapse file tree 5 files changed +21
-3
lines changed
Expand file tree Collapse file tree 5 files changed +21
-3
lines changed Original file line number Diff line number Diff line change @@ -49,9 +49,9 @@ coll = COLLECT(exe,
4949app = BUNDLE (coll ,
5050 name = 'SLIP39.app' ,
5151 icon = 'images/SLIP39.icns' ,
52- version = '6.5.4 ' ,
52+ version = '6.5.5 ' ,
5353 info_plist = {
54- 'CFBundleVersion' :'6.5.4 ' ,
54+ 'CFBundleVersion' :'6.5.5 ' ,
5555 'LSApplicationCategoryType' :'public.app-category.finance' ,
5656 'LSMinimumSystemVersion' :'10.15.0' ,
5757 },
Original file line number Diff line number Diff line change @@ -84,3 +84,11 @@ of the cards and regain access to the account.
8484 <!-- // End Ad Tag -->
8585 #+END_EXPORT
8686
87+ * Privacy Policy
88+ :PROPERTIES:
89+ :CUSTOM_ID: privacy
90+ :END:
91+
92+ SLIP39 does not save or store any data input to or output from the app. Any SLIP39 Mnemonic card
93+ PDFs exported by the app are saved on your device in the location that you specify after clicking
94+ the 'Save' button.
Original file line number Diff line number Diff line change @@ -33,6 +33,7 @@ Table of Contents
3333.. 1. SLIP-39 Mnemonic Recovery Cards
34342. Affiliate Links
3535.. 1. Trezor
36+ 3. Privacy Policy
3637
3738
38391 Security with Availability
@@ -84,3 +85,12 @@ Table of Contents
8485
8586[Trezor Model T hardware wallet]
8687<https://shop.trezor.io/product/trezor-model-t?offer_id=15&aff_id=10388>
88+
89+
90+ 3 Privacy Policy
91+ ════════════════
92+
93+ SLIP39 does not save or store any data input to or output from the
94+ app. Any SLIP39 Mnemonic card PDFs exported by the app are saved on
95+ your device in the location that you specify after clicking the 'Save'
96+ button.
Original file line number Diff line number Diff line change 1- __version_info__ = ( 6 , 5 , 4 )
1+ __version_info__ = ( 6 , 5 , 5 )
22__version__ = '.' .join ( map ( str , __version_info__ ))
You can’t perform that action at this time.
0 commit comments