Skip to content

Commit 6630821

Browse files
authored
Merge pull request #23 from AndanteTribe/feature/v0.3.1
chore: bump version to 0.3.1
2 parents c1245a4 + 8ffb71c commit 6630821

File tree

10 files changed

+7
-7
lines changed

10 files changed

+7
-7
lines changed
0 Bytes
Binary file not shown.

bin/LocalPrefs.Core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"name": "AndanteTribe",
66
"url": "https://github.com/AndanteTribe"
77
},
8-
"version": "0.3.0",
8+
"version": "0.3.1",
99
"unity": "2022.3",
1010
"description": "A local persistence library as an alternative to UnityEngine.PlayerPrefs, for .NET and Unity.",
1111
"license": "MIT"
0 Bytes
Binary file not shown.

bin/LocalPrefs.Json/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"name": "AndanteTribe",
66
"url": "https://github.com/AndanteTribe"
77
},
8-
"version": "0.3.0",
8+
"version": "0.3.1",
99
"unity": "2022.3",
1010
"description": "A local persistence library as an alternative to UnityEngine.PlayerPrefs, for .NET and Unity.",
1111
"license": "MIT"
0 Bytes
Binary file not shown.

bin/LocalPrefs.MessagePack/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"name": "AndanteTribe",
66
"url": "https://github.com/AndanteTribe"
77
},
8-
"version": "0.3.0",
8+
"version": "0.3.1",
99
"unity": "2022.3",
1010
"description": "A local persistence library as an alternative to UnityEngine.PlayerPrefs, for .NET and Unity.",
1111
"license": "MIT"

src/LocalPrefs.Json/LocalPrefs.Json.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<ImplicitUsings>enable</ImplicitUsings>
88
<OutputType>Library</OutputType>
99
<RootNamespace>AndanteTribe.IO.Json</RootNamespace>
10-
<Version>0.3.0</Version>
10+
<Version>0.3.1</Version>
1111
<GenerateDocumentationFile>true</GenerateDocumentationFile>
1212

1313
<!-- NuGet Packaging -->

src/LocalPrefs.MessagePack/LocalPrefs.MessagePack.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<ImplicitUsings>enable</ImplicitUsings>
88
<OutputType>Library</OutputType>
99
<RootNamespace>AndanteTribe.IO.MessagePack</RootNamespace>
10-
<Version>0.3.0</Version>
10+
<Version>0.3.1</Version>
1111
<GenerateDocumentationFile>true</GenerateDocumentationFile>
1212

1313
<!-- NuGet Packaging -->

src/LocalPrefs.Unity/Packages/jp.andantetribe.localprefs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"name": "AndanteTribe",
66
"url": "https://github.com/AndanteTribe"
77
},
8-
"version": "0.3.0",
8+
"version": "0.3.1",
99
"unity": "2022.3",
1010
"description": "A local persistence library as an alternative to UnityEngine.PlayerPrefs, for .NET and Unity.",
1111
"license": "MIT"

src/LocalPrefs/LocalPrefs.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<ImplicitUsings>enable</ImplicitUsings>
88
<OutputType>Library</OutputType>
99
<RootNamespace>AndanteTribe.IO</RootNamespace>
10-
<Version>0.3.0</Version>
10+
<Version>0.3.1</Version>
1111
<AssemblyName>LocalPrefs.Core</AssemblyName>
1212
<GenerateDocumentationFile>true</GenerateDocumentationFile>
1313

0 commit comments

Comments
 (0)