Skip to content

Commit

Permalink
Merge pull request #127 from ArchLand64/UpdateSdkVersion
Browse files Browse the repository at this point in the history
Update changelog and reported SdkVersion
  • Loading branch information
Gogoshika-ga authored Oct 31, 2024
2 parents 7aae157 + 9e5829e commit ac83df0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ If you have any issues or feedback regarding the SDK, please contact our friendl
Changelog
---------
<!--(CHANGELOG_TOP)-->
**2.2.5**
* Add "custom_fields" to events
* Added types to the public facing api
* Applied StyLua to codebase

**2.2.4**
* removed LocalScript that was added in 2.2.3, causing errors on requiring GameAnalyticsClient module

Expand Down
2 changes: 1 addition & 1 deletion gameanalytics-sdk/GameAnalytics/Version.lua
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
local version = {
SdkVersion = "2.2.3",
SdkVersion = "2.2.5",
}

return version

0 comments on commit ac83df0

Please sign in to comment.