diff --git a/example/package.json b/example/package.json index 3d3355c..1f559fc 100644 --- a/example/package.json +++ b/example/package.json @@ -1,6 +1,6 @@ { "name": "example", - "version": "0.1.1", + "version": "0.1.2", "private": true, "scripts": { "android": "./scripts/installer.sh android", @@ -10,7 +10,7 @@ "test": "jest" }, "dependencies": { - "@komoju/komoju-react-native": "0.1.1", + "@komoju/komoju-react-native": "0.1.2", "i18next": "^23.11.5", "react": "18.2.0", "react-i18next": "^14.1.2", diff --git a/payment_sdk/CHANGELOG.md b/payment_sdk/CHANGELOG.md index 41e6016..d02ac95 100644 --- a/payment_sdk/CHANGELOG.md +++ b/payment_sdk/CHANGELOG.md @@ -5,12 +5,16 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## 0.1.2 - 2023-08-29 + +### Changed +- token expiration fix + ## 0.1.1 - 2023-08-29 ### Changed - Script changes - ## 0.1.0 - 2023-08-29 ### Added