Skip to content

Commit 4a13d73

Browse files
committed
chore: bumping deps and version
1 parent f563cf8 commit 4a13d73

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "com.google.librarywrapper.openjdk8",
3-
"version": "0.2.3",
3+
"version": "0.2.4",
44
"displayName": "Library Wrappers OpenJDK 8",
55
"description": "Library Wrapper is a code generator that parses Java API and produces wrapper APIs in Unity C#. This Unity package contains generated C# wrappers for a trimmed down version of OpenJDK 8, consisting of `java.lang` and `java.util` classes. These wrappers allow developers to access common Java data structures easily.",
66
"dependencies": {
7-
"com.google.librarywrapper.java": "0.2.0"
7+
"com.google.librarywrapper.java": "0.2.1"
88
},
99
"unity": "2017.1",
1010
"author": {

0 commit comments

Comments
 (0)