Skip to content

Commit 473b740

Browse files
committed
Bump to 5.0.0-alpha-2
1 parent 6aab828 commit 473b740

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.core/reactium-config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ const globby = require('./globby-patch');
44
const rootPath = path.resolve(__dirname, '..');
55
const gulpConfig = require('./gulp.config');
66

7-
const version = '4.1.13';
7+
const version = '5.0.0-alpha-2';
88

99
const defaultLibraryExternals = {
1010
axios: {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "reactium",
3-
"version": "5.0.0-alpha-1",
3+
"version": "5.0.0-alpha-2",
44
"description": "A framework for creating React + Redux apps using the domain driven design (DDD) paradigm.",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)