Skip to content

Commit 9ff0193

Browse files
committed
v0.2.0
1 parent 74a7507 commit 9ff0193

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ If you do not know what [Redux DevTools](https://github.com/gaearon/redux-devtoo
1919
- or build it with `npm i & npm run build:extension` and [load the extension's folder](https://developer.chrome.com/extensions/getstarted#unpacked) `./build/extension`
2020
- or run it in dev mode with `npm i & npm start` and [load the extension's folder](https://developer.chrome.com/extensions/getstarted#unpacked) `./dev`.
2121
2. Use with your favorite Flux implementation
22-
- **[Redux](https://github.com/rackt/redux)**
22+
- **[Redux](https://github.com/rackt/redux)**<br />
2323
Just update your [configureStore](https://github.com/zalmoxisus/redux-devtools-extension/commit/ffa804594008c585d28b3319bfcd4b87d5df384d) as follows:
2424
```javascript
2525
const store = createStore(rootReducer, initialState);

demo/v0.2.0.gif

1.84 MB
Loading

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "redux-devtools-extension",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"description": "DevTools extension for Redux",
55
"scripts": {
66
"start": "gulp",

src/browser/extension/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.1.9",
2+
"version": "0.2.0",
33
"name": "Redux DevTools",
44
"short_name": "Redux DevTools",
55
"description": "DevTools for Redux with actions history, undo and replay.",

0 commit comments

Comments
 (0)