Skip to content

Commit

Permalink
Release 1.0.0-beta.3 🚀
Browse files Browse the repository at this point in the history
- Migrate TypeScripts's enums to const enums
  • Loading branch information
Jonathan committed May 23, 2018
1 parent 8ac3bed commit eba47e7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@onixjs/core",
"version": "1.0.0-beta.2",
"version": "1.0.0-beta.3",
"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 Expand Up @@ -49,7 +49,7 @@
},
"dependencies": {
"@onixjs/enumerable": "1.0.0-alpha.7",
"@onixjs/sdk": "^1.0.0-beta.1",
"@onixjs/sdk": "^1.0.0-beta.2",
"finalhandler": "^1.1.1",
"reflect-metadata": "^0.1.12",
"router": "^1.3.2"
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-beta.2';
return '1.0.0-beta.3';
}
/**
* @property router
Expand Down

0 comments on commit eba47e7

Please sign in to comment.