Skip to content

Commit

Permalink
HotFix: Update package.json module to 1.0.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan committed May 21, 2018
1 parent eb03646 commit 1d1ecf3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@onixjs/core",
"version": "1.0.0-alpha.29",
"version": "1.0.0-beta.1",
"description": "An Enterprise Grade NodeJS Platform that implements Industry Standards and Patterns in order to provide Connectivity, Stability, High-Availability and High-Performance.",
"main": "dist/src/index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export class OnixJS {
* @description Current Onix Version.
*/
get version(): string {
return '1.0.0-alpha.29';
return '1.0.0-beta.1';
}
/**
* @property router
Expand Down

0 comments on commit 1d1ecf3

Please sign in to comment.