Skip to content

Commit

Permalink
fix version number
Browse files Browse the repository at this point in the history
  • Loading branch information
hasanayan committed Aug 20, 2021
1 parent df79e82 commit a9e6513
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Add module-federation support to your CRA5 project without ejecting and losing u
## Install

```
npm install craco-module-federation --save-dev
npm install craco-module-federation@next --save-dev
```

## Usage
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "craco-module-federation",
"version": "0.0.1-rc.1",
"version": "1.1.0-rc.1",
"description": "Add module federation support to your CRA5 application without ejecting",
"repository": {
"type": "git",
Expand Down

0 comments on commit a9e6513

Please sign in to comment.