Skip to content

Commit 03b1d5b

Browse files
authored
Bump versions to 1.1.5 (#320)
## Description of Changes Just bumping version numbers in preparation for a release. The Unity SDK and C# SDK had different version numbers. That seems confusing, so I bumped them both to 1.1.5. ## API No breaking changes ## Requires SpacetimeDB PRs None, afaik ## Testsuite SpacetimeDB branch name: master ## Testing None Co-authored-by: Zeke Foppa <[email protected]>
1 parent 64867d4 commit 03b1d5b

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.1.1</AssemblyVersion>
20-
<Version>1.1.1</Version>
19+
<AssemblyVersion>1.1.5</AssemblyVersion>
20+
<Version>1.1.5</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.1.4",
4+
"version": "1.1.5",
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)