Skip to content

Commit

Permalink
Merge 8484f27 into 92abf2a
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathan-casarrubias committed May 1, 2018
2 parents 92abf2a + 8484f27 commit 243c71b
Show file tree
Hide file tree
Showing 3 changed files with 4 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.22.1",
"version": "1.0.0-alpha.22.2",
"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: 2 additions & 0 deletions src/core/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,5 @@ export * from './host.boot';
export * from './app.server';
export * from './app.factory';
export * from './app.notifier';
export * from './acl.groups';
export * from './acl.everyone';
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export class OnixJS {
* @description Current Onix Version.
*/
get version(): string {
return '1.0.0-alpha.22.1';
return '1.0.0-alpha.22.2';
}
/**
* @property router
Expand Down

0 comments on commit 243c71b

Please sign in to comment.