Skip to content
This repository has been archived by the owner on Oct 4, 2024. It is now read-only.

Commit

Permalink
Merge pull request #380 from tiki/release/0.5.4
Browse files Browse the repository at this point in the history
Release 0.5.4
  • Loading branch information
timoguin authored Oct 26, 2023
2 parents 377603b + 3fcee51 commit d81db3b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ createApp(App)
.mount("#app");
```

#### With Vue 2.7.14
#### With Vue 2.7.15

```ts
import Vue from "vue";
Expand Down Expand Up @@ -161,7 +161,7 @@ _This registers the Vue Component as `TikiReceipt` and provides the service `Tik
@import "@mytiki/receipt-capacitor/dist/receipt-capacitor.css";
```

#### With Vue 2.7.14
#### With Vue 2.7.15

```css
@import "@mytiki/receipt-capacitor-vue2/dist/receipt-capacitor.css";
Expand All @@ -184,7 +184,7 @@ To initialize just inject the `TikiService` and pass in your systems unique iden
</script>
```

#### With Vue 2.7.14
#### With Vue 2.7.15

```vue
<script setup lang="ts">
Expand Down Expand Up @@ -218,7 +218,7 @@ Add the `TikiReceipt` component to your template and a boolean Ref (e.g. present
</template>
```

#### With Vue 2.7.14
#### With Vue 2.7.15

```vue
<script setup lang="ts">
Expand Down Expand Up @@ -249,7 +249,7 @@ const tiki: TikiService | undefined = inject("Tiki");
await tiki?.logout();
```

#### With Vue 2.7.14
#### With Vue 2.7.15

```ts
import { inject, ref } from "vue";
Expand Down
2 changes: 1 addition & 1 deletion vue2/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mytiki/receipt-capacitor-vue2",
"version": "0.5.3",
"version": "0.5.4",
"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",
Expand Down
2 changes: 1 addition & 1 deletion vue3/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mytiki/receipt-capacitor",
"version": "0.5.3",
"version": "0.5.4",
"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",
Expand Down

0 comments on commit d81db3b

Please sign in to comment.