We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6aab828 commit 473b740Copy full SHA for 473b740
.core/reactium-config.js
@@ -4,7 +4,7 @@ const globby = require('./globby-patch');
4
const rootPath = path.resolve(__dirname, '..');
5
const gulpConfig = require('./gulp.config');
6
7
-const version = '4.1.13';
+const version = '5.0.0-alpha-2';
8
9
const defaultLibraryExternals = {
10
axios: {
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "reactium",
3
- "version": "5.0.0-alpha-1",
+ "version": "5.0.0-alpha-2",
"description": "A framework for creating React + Redux apps using the domain driven design (DDD) paradigm.",
"main": "index.js",
"scripts": {
0 commit comments