Skip to content

Commit

Permalink
Update version numbers for release 0.5.0-alpha.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sharwell committed Nov 30, 2018
1 parent db083ec commit 025f3f1
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "antlr4ts-root",
"version": "0.4.0-dev",
"version": "0.5.0-alpha.1",
"description": "Root project for ANTLR 4 runtime for Typescript",
"private": true,
"main": "index.js",
Expand Down
2 changes: 1 addition & 1 deletion target/src/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "antlr4ts",
"version": "0.4.0-dev",
"version": "0.5.0-alpha.1",
"description": "ANTLR 4 runtime for JavaScript written in Typescript",
"main": "index.js",
"scripts": {},
Expand Down
2 changes: 1 addition & 1 deletion tool/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tool/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "antlr4ts-cli",
"version": "0.4.0-dev",
"version": "0.5.0-alpha.1",
"preferGlobal": true,
"description": "ANTLR 4 command line tool for TypeScript",
"files": [
Expand Down

0 comments on commit 025f3f1

Please sign in to comment.