Skip to content

Commit 924f718

Browse files
authored
Bump C#/Unity Client SDK versions to 1.2.2 (#2994)
# Description of Changes I ran `python3 tools~/upgrade-version.py 1.2.2` in preparation for an upcoming release. # API and ABI breaking changes None # Expected complexity level and risk 1 # Testing None, just a version bump. Co-authored-by: Zeke Foppa <bfops@users.noreply.github.com>
1 parent ac5e5ed commit 924f718

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

SpacetimeDB.ClientSDK.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
<PackageIcon>logo.png</PackageIcon>
1717
<PackageReadmeFile>README.md</PackageReadmeFile>
1818
<RepositoryUrl>https://github.com/clockworklabs/com.clockworklabs.spacetimedbsdk</RepositoryUrl>
19-
<AssemblyVersion>1.2.1</AssemblyVersion>
20-
<Version>1.2.1</Version>
19+
<AssemblyVersion>1.2.2</AssemblyVersion>
20+
<Version>1.2.2</Version>
2121
<DefaultItemExcludes>$(DefaultItemExcludes);*~/**</DefaultItemExcludes>
2222
<!-- We want to save DLLs for Unity which doesn't support NuGet. -->
2323
<RestorePackagesPath>packages</RestorePackagesPath>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "com.clockworklabs.spacetimedbsdk",
33
"displayName": "SpacetimeDB SDK",
4-
"version": "1.2.1",
4+
"version": "1.2.2",
55
"description": "The SpacetimeDB Client SDK is a software development kit (SDK) designed to interact with and manipulate SpacetimeDB modules..",
66
"keywords": [],
77
"author": {

0 commit comments

Comments
 (0)