Skip to content

Commit

Permalink
Update version numbers for release 0.4.0-alpha.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sharwell committed Nov 22, 2016
1 parent 1fc11dd commit 5b6a5b2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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-SNAPSHOT",
"version": "0.4.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-SNAPSHOT",
"version": "0.4.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.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "antlr4ts-cli",
"version": "0.4.0-SNAPSHOT",
"version": "0.4.0-alpha.1",
"preferGlobal": true,
"description": "ANTLR 4 command line tool for TypeScript",
"files": [
Expand Down

0 comments on commit 5b6a5b2

Please sign in to comment.