We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd8af47 commit 5062a42Copy full SHA for 5062a42
2 files changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "libavoid-js",
3
- "version": "0.5.0-beta.2",
+ "version": "0.5.0-beta.4",
4
"description": "JS port of libavoid library",
5
"main": "dist/index.js",
6
"types": "dist/index.d.ts",
tools/generate.py
@@ -25,7 +25,7 @@
25
'graph',
26
'router'
27
]
28
-ADAPTAGRAMS_VERSION = "1.0.4"
+ADAPTAGRAMS_VERSION = "1.0.5"
29
30
logging.basicConfig()
31
logger = logging.getLogger()
0 commit comments