Skip to content

Commit 32d56d3

Browse files
committed
Version bump (0.1.4)
1 parent cfba8e6 commit 32d56d3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "Lark.js",
33
"description": "live port of the Lark standalone parser to Javascript",
4-
"version": "0.1.3",
4+
"version": "0.1.4",
55
"scripts": {
66
"test": "mocha"
77
},

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "Lark-js"
3-
version = "0.1.3"
3+
version = "0.1.4"
44
description = "An extension to Lark that generates a Javascript standalone"
55
authors = ["Erez Shin <[email protected]>"]
66
license = "MIT"

0 commit comments

Comments
 (0)