Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
cathei committed Jul 25, 2023
1 parent 92b9854 commit b69374f
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion LinqGen.Unity/Packages/com.cathei.linqgen/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"author": {
"name": "Maxwell Keonwoo Kang"
},
"version": "0.2.4",
"version": "0.2.5",
"unity": "2020.3",
"description": "Fast Linq-to-object source generator",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion LinqGen.Unity/Packages/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"com.unity.ide.rider": "3.0.21",
"com.unity.ide.visualstudio": "2.0.18",
"com.unity.ide.vscode": "1.2.5",
"com.unity.test-framework": "1.1.31",
"com.unity.test-framework": "1.1.33",
"com.unity.textmeshpro": "3.0.6",
"com.unity.timeline": "1.6.5",
"com.unity.ugui": "1.0.0",
Expand Down
4 changes: 2 additions & 2 deletions LinqGen.Unity/Packages/packages-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"com.unity.ide.vscode": "1.2.5",
"com.unity.editorcoroutines": "1.0.0",
"com.unity.performance.profile-analyzer": "1.2.2",
"com.unity.test-framework": "1.1.31",
"com.unity.test-framework": "1.1.33",
"com.unity.testtools.codecoverage": "1.2.3"
}
},
Expand Down Expand Up @@ -116,7 +116,7 @@
"url": "https://packages.unity.com"
},
"com.unity.test-framework": {
"version": "1.1.31",
"version": "1.1.33",
"depth": 0,
"source": "registry",
"dependencies": {
Expand Down
4 changes: 2 additions & 2 deletions LinqGen.Unity/ProjectSettings/ProjectVersion.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
m_EditorVersion: 2021.3.25f1
m_EditorVersionWithRevision: 2021.3.25f1 (68ef2c4f8861)
m_EditorVersion: 2021.3.27f1
m_EditorVersionWithRevision: 2021.3.27f1 (ca3ffb99bcc6)
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ Install from NuGet, both [LinqGen](https://www.nuget.org/packages/LinqGen) as li

```xml
<ItemGroup>
<PackageReference Include="LinqGen" Version="0.2.4" />
<PackageReference Include="LinqGen.Generator" Version="0.2.4" />
<PackageReference Include="LinqGen" Version="0.2.5" />
<PackageReference Include="LinqGen.Generator" Version="0.2.5" />
</ItemGroup>
```

Expand Down

0 comments on commit b69374f

Please sign in to comment.