Skip to content

Commit 094b64a

Browse files
1.0.3
1 parent 6408394 commit 094b64a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project>
22
<PropertyGroup>
33
<!-- NuGet Packaging -->
4-
<PackageVersion>1.0.2</PackageVersion>
4+
<PackageVersion>1.0.3</PackageVersion>
55
<Authors>hadashiA</Authors>
66
<PackageProjectUrl>https://github.com/hadashiA/DryDB</PackageProjectUrl>
77
<RepositoryUrl>$(PackageProjectUrl)</RepositoryUrl>

src/DryDB.Unity/Assets/DryDB/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "jp.hadashikick.drydb.unity",
33
"displayName": "DryDB.Unity",
4-
"version": "1.0.2",
4+
"version": "1.0.3",
55
"unity": "2022.2",
66
"description": "Ultra low memory-efficient optimized, read-only B+Tree queryable key/value store.",
77
"keywords": ["db", "key/value store", "storage"],

0 commit comments

Comments
 (0)