Skip to content

Commit c991061

Browse files
committed
v2.13.2
1 parent 3ce732f commit c991061

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "2.13.0",
2+
"version": "2.13.2",
33
"name": "remotedev-redux-devtools-extension",
44
"description": "Redux Developer Tools for debugging application state changes.",
55
"scripts": {

src/browser/extension/manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"version": "2.13.0",
2+
"version": "2.13.2",
33
"name": "Redux DevTools",
44
"short_name": "Redux DevTools",
5-
"description": "Redux Developer Tools for debugging application state changes.",
5+
"description": "Redux DevTools for debugging application's state changes.",
66
"homepage_url": "https://github.com/zalmoxisus/redux-devtools-extension",
77
"manifest_version": 2,
88
"page_action": {

0 commit comments

Comments
 (0)