From fedb3b3d17030e2aabbe214a4f0e0f822f6588cf Mon Sep 17 00:00:00 2001 From: Mike Audi Date: Mon, 16 Oct 2023 17:02:13 -0500 Subject: [PATCH 1/2] fix: update readme --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4f442ff..f30af7e 100644 --- a/README.md +++ b/README.md @@ -88,7 +88,8 @@ target do pod 'BlinkReceipt', '~> 1.39' pod 'BlinkEReceipt', '~> 2.31' - pod 'TikiSdk', '~> 2.1.8' + pod 'TikiSdkRelease', '~> 2.1.10' + pod 'TikiSdkDebug', '~> 2.1.10' end ``` @@ -275,7 +276,7 @@ _Note, if you press start before the initialization is complete, a warning will ## Open Issues You can find active issues here in GitHub under [Issues](https://github.com/tiki/tiki-receipt-capacitor/issues). If you run into a bug or have a question, just create a new Issue or reach out to a team member on 👾 [Discord](https://discord.gg/tiki). -### Next Release: [0.4.2](https://github.com/tiki/apps/issues/11) +### Next Release: [0.5.3](https://github.com/tiki/apps/issues/14) # Contributing From 90f8214b587170bd24c3be712dabaa480d06e290 Mon Sep 17 00:00:00 2001 From: GH Action Date: Mon, 16 Oct 2023 22:03:20 +0000 Subject: [PATCH 2/2] version bump --- vue2/package.json | 2 +- vue3/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/vue2/package.json b/vue2/package.json index 77eac7a..7c06f6a 100644 --- a/vue2/package.json +++ b/vue2/package.json @@ -1,6 +1,6 @@ { "name": "@mytiki/receipt-capacitor-vue2", - "version": "0.5.1", + "version": "0.5.2", "description": "The TIKI Receipt library adds to your Vue.js + Capacitor **mobile app** a Data Reward program for your users to share their receipts in-exchange for **cash from Tiki inc**.", "author": "Tiki inc.", "license": "MIT", diff --git a/vue3/package.json b/vue3/package.json index 94d2cab..9377957 100644 --- a/vue3/package.json +++ b/vue3/package.json @@ -1,6 +1,6 @@ { "name": "@mytiki/receipt-capacitor", - "version": "0.5.1", + "version": "0.5.2", "description": "The TIKI Receipt library adds to your Vue.js + Capacitor **mobile app** a Data Reward program for your users to share their receipts in-exchange for **cash from Tiki inc**.", "author": "Tiki inc.", "license": "MIT",