Skip to content

Commit 245f941

Browse files
author
Pratik Bhattacharya
committed
fix: reverted version in package.json
1 parent 139998c commit 245f941

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "redux-micro-frontend",
3-
"version": "1.2.0-beta-0.0",
3+
"version": "1.1.1",
44
"license": "MIT",
55
"description": "This is a library for using Redux to managing state for self-contained apps in a Micro-Frontend architecture. Each self-contained isolated app can have its own isolated and decoupled Redux store. The componentized stores interact with a global store for enabling cross-application communication.",
66
"author": {

0 commit comments

Comments
 (0)