Skip to content

Commit 5062a42

Browse files
committed
v0.5.0-beta.4: update adaptagrams to v1.0.5
1 parent bd8af47 commit 5062a42

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "libavoid-js",
3-
"version": "0.5.0-beta.2",
3+
"version": "0.5.0-beta.4",
44
"description": "JS port of libavoid library",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

tools/generate.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
'graph',
2626
'router'
2727
]
28-
ADAPTAGRAMS_VERSION = "1.0.4"
28+
ADAPTAGRAMS_VERSION = "1.0.5"
2929

3030
logging.basicConfig()
3131
logger = logging.getLogger()

0 commit comments

Comments
 (0)