Skip to content

Commit 5206321

Browse files
authored
bump storage to v1.0.1 and thermal to v2.0.1 (#36)
1 parent 0cdd0b6 commit 5206321

7 files changed

Lines changed: 16 additions & 6 deletions

File tree

Packages/MobileSupportStorage/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Release notes
22

3+
## v1.0.1 - 2025/10/14
4+
5+
- Bug Fixes :bug:
6+
- Android: updated `.androidlib` to make it compatible with Unity 6
7+
38
## v1.0.0 - 2024/11/06
49

510
- Behaviour changes :warning:

Packages/MobileSupportStorage/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Or, open `Packages/manifest.json` and add the following to the dependencies bloc
5858

5959
If you want to set the target version, write as follows.
6060

61-
- https://github.com/CyberAgentGameEntertainment/UnityMobileSupport.git?path=/Packages/MobileSupportStorage#storage/1.0.0
61+
- https://github.com/CyberAgentGameEntertainment/UnityMobileSupport.git?path=/Packages/MobileSupportStorage#storage/1.0.1
6262

6363
Note that if you get a message like `No 'git' executable was found. Please install Git on your system and restart Unity`, you will need to set up Git on your machine.
6464

Packages/MobileSupportStorage/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "jp.co.cyberagent.unity-mobile-support-storage",
33
"displayName": "Mobile Support - Storage",
4-
"version": "1.0.0",
4+
"version": "1.0.1",
55
"unity": "2019.4",
66
"description": "Tools to support storage of mobile like iOS/Android.",
77
"keywords": [

Packages/MobileSupportThermal/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Release notes
22

3+
## v2.0.1 - 2025/10/14
4+
5+
- Bug Fixes :bug:
6+
- Android: updated `.androidlib` to make it compatible with Unity 6
7+
38
## v2.0.0 - 2024/07/17
49

510
- New Features :rocket:

Packages/MobileSupportThermal/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ Or, open `Packages/manifest.json` and add the following to the dependencies bloc
8989

9090
If you want to set the target version, write as follows.
9191

92-
- https://github.com/CyberAgentGameEntertainment/UnityMobileSupport.git?path=/Packages/MobileSupportThermal#thermal/0.1.0
92+
- https://github.com/CyberAgentGameEntertainment/UnityMobileSupport.git?path=/Packages/MobileSupportThermal#thermal/2.0.1
9393

9494
Note that if you get a message like `No 'git' executable was found. Please install Git on your system and restart Unity`, you will need to set up Git on your machine.
9595

Packages/MobileSupportThermal/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "jp.co.cyberagent.unity-mobile-support-thermal",
33
"displayName": "Mobile Support - Thermal",
4-
"version": "2.0.0",
4+
"version": "2.0.1",
55
"unity": "2019.4",
66
"description": "Tools to support thermal of mobile like iOS/Android.",
77
"keywords": [

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Scripts ars split into multiple packages, so choose packages what you only need.
77

88
| Package | Description | Latest Version | Readme Link | Changelog Link |
99
|-------------|------------------------------------------------------|----------------|----------------------------------------------------------|----------------------------------------------------------------|
10-
| Storage | Functions to retrive information about storage | v1.0.0 | [README.md](Packages/MobileSupportStorage/README.md) | [CHANGELOG.md](Packages/MobileSupportStorage/CHANGELOG.md) |
11-
| Thermal | Functions to retrive information about thermal | v2.0.0 | [README.md](Packages/MobileSupportThermal/README.md) | [CHANGELOG.md](Packages/MobileSupportThermal/CHANGELOG.md) |
10+
| Storage | Functions to retrive information about storage | v1.0.1 | [README.md](Packages/MobileSupportStorage/README.md) | [CHANGELOG.md](Packages/MobileSupportStorage/CHANGELOG.md) |
11+
| Thermal | Functions to retrive information about thermal | v2.0.1 | [README.md](Packages/MobileSupportThermal/README.md) | [CHANGELOG.md](Packages/MobileSupportThermal/CHANGELOG.md) |
1212
| AndroidGame | Functions to integrate with Android GameManager APIs | v1.1.0 | [README.md](Packages/MobileSupportAndroidGame/README.md) | [CHANGELOG.md](Packages/MobileSupportAndroidGame/CHANGELOG.md) |
1313
| QualityTuner | Package to get hardware specs and tool to decide quality level | v1.3.0 | [README.md](Packages/MobileSupportQualityTuner/README.md) | [CHANGELOG.md](Packages/MobileSupportQualityTuner/CHANGELOG.md) |

0 commit comments

Comments
 (0)