From 8736b2f88bf6f1fb03624138f38eeea310797a46 Mon Sep 17 00:00:00 2001 From: John Dillick Date: Fri, 17 Feb 2023 11:05:33 -0500 Subject: [PATCH] Bump to 5.0.0-alpha-2 --- .core/reactium-config.js | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.core/reactium-config.js b/.core/reactium-config.js index 2337499..12f9ea4 100644 --- a/.core/reactium-config.js +++ b/.core/reactium-config.js @@ -4,7 +4,7 @@ const globby = require('./globby-patch'); const rootPath = path.resolve(__dirname, '..'); const gulpConfig = require('./gulp.config'); -const version = '4.1.13'; +const version = '5.0.0-alpha-2'; const defaultLibraryExternals = { axios: { diff --git a/package.json b/package.json index 001f887..f2e949d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "reactium", - "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": {