Skip to content

Commit

Permalink
fix: updating unity version in package
Browse files Browse the repository at this point in the history
  • Loading branch information
James-Frowen committed Mar 16, 2024
1 parent 08a80f2 commit b4f1f26
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "com.james-frowen.simplewebtransport",
"displayName": "Simple Web Transport",
"version": "2.0.0",
"unity": "2019.4",
"unity": "2021.3",
"description": "Low level transport for Unity using the websocket Protocol. Includes a Websocket server, standalone client, and a WebGL client so that both your Server and Client can be build with Unity.",
"author": "James Frowen",
"repository": {
Expand All @@ -11,4 +11,4 @@
},
"dependencies": {},
"samples": []
}
}

0 comments on commit b4f1f26

Please sign in to comment.