Skip to content
This repository was archived by the owner on Jul 31, 2023. It is now read-only.

Commit 6e1b76f

Browse files
2.0.3
1 parent 84575e2 commit 6e1b76f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "nl.elraccoone.promises",
33
"displayName": "Promises",
4-
"version": "2.0.2",
4+
"version": "2.0.3",
55
"unity": "2020.1",
66
"description": "Promises provide a simpler alternative for executing, composing, and managing asynchronous operations when compared to traditional callback-based approaches. They also allow you to handle asynchronous errors using approaches that are similar to synchronous try/catch.",
77
"type": "library",

0 commit comments

Comments
 (0)