Skip to content

Commit 971e854

Browse files
Merge pull request #32 from CoderGamester/develop
Release 2.0.2
2 parents 8dfa1d3 + 40d19d4 commit 971e854

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ All notable changes to this package will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

7+
## [2.0.2] - 2026-05-20
8+
9+
**Fixed**:
10+
- Add missing meta file
11+
712
## [2.0.1] - 2026-05-20
813

914
**New**

Tests/EditMode/Unit/VersionServicesSyncLoadTest.cs.meta

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"name": "com.gamelovers.services",
33
"displayName": "GameLovers Services",
44
"author": "Miguel Tomas",
5-
"version": "2.0.1",
6-
"unity": "6000.0",
5+
"version": "2.0.2",
6+
"unity": "6000.3",
77
"license": "MIT",
88
"description": "Foundation services for a Unity based project (DI-lite, messaging, ticking, coroutines, pooling, persistence, RNG, time, commands, versioning) plus Addressables-based asset loading and importing tooling.",
99
"type": "library",

0 commit comments

Comments
 (0)