diff --git a/.github/workflows/upm-split.yml b/.github/workflows/upm-split.yml index 3cda60a..0833f24 100644 --- a/.github/workflows/upm-split.yml +++ b/.github/workflows/upm-split.yml @@ -7,7 +7,7 @@ on: jobs: split: - runs-on: ubuntu-latest + runs-on: macos permissions: contents: write steps: diff --git a/Packages/com.darkmattergameproduction.fonepay-unity/CHANGELOG.md b/Packages/com.darkmattergameproduction.fonepay-unity/CHANGELOG.md index fe48a97..e2cfbeb 100644 --- a/Packages/com.darkmattergameproduction.fonepay-unity/CHANGELOG.md +++ b/Packages/com.darkmattergameproduction.fonepay-unity/CHANGELOG.md @@ -4,6 +4,11 @@ All notable changes to this package will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +## [0.2.1] - 2026-06-16 + +### Changed +- Maintenance release to publish the package via the UPM split pipeline. No API or runtime changes. + ## [0.2.0] - 2026-05-07 ### Changed diff --git a/Packages/com.darkmattergameproduction.fonepay-unity/package.json b/Packages/com.darkmattergameproduction.fonepay-unity/package.json index 1c561a8..05c5415 100644 --- a/Packages/com.darkmattergameproduction.fonepay-unity/package.json +++ b/Packages/com.darkmattergameproduction.fonepay-unity/package.json @@ -1,7 +1,7 @@ { "name": "com.darkmattergameproduction.fonepay-unity", "displayName": "Fonepay Unity", - "version": "0.2.0", + "version": "0.2.1", "unity": "6000.4", "unityRelease": "5f1", "description": "Fonepay payment integration for Unity. Generate Fonepay QR codes, await payment confirmation via websocket, and process tax refunds. Credentials managed via Tools > Fonepay > Settings.",