Skip to content

Commit 803bb9a

Browse files
author
Ash
committed
bump ver
1 parent eea12be commit 803bb9a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Stratum/Stratum.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<Version>1.0.0</Version>
4+
<Version>1.0.1</Version>
55

66
<TargetFramework>net35</TargetFramework>
77
<LangVersion>9</LangVersion>

Stratum/StratumRoot.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ public sealed class StratumRoot : BaseUnityPlugin
2424
// 'Version' should be intentionally rough to prevent people from baking in the full Stratum version in places other than the
2525
// dependency attribute too. If a plugin is built on 1.0.0, and 1.0.1 releases, the plugin would still think its 1.0.0 because
2626
// 'Version' is a constant.
27-
private const string ExactVersion = MajorMinorVersion + "0";
27+
private const string ExactVersion = MajorMinorVersion + "1";
2828

2929
/// <summary>
3030
/// The BepInEx GUID used by Stratum

Stratum/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"author": "Stratum",
33
"name": "Stratum",
4-
"version_number": "1.0.0",
4+
"version_number": "1.0.1",
55
"description": "A lite stage and asset management framework, designed with Thunderstore in mind.",
66
"dependencies": [
77
"BepInEx-BepInExPack_H3VR-5.4.1100"

0 commit comments

Comments
 (0)