Bump extension version number

This commit is contained in:
Nathan Bierema 2022-01-30 18:42:19 -05:00
parent c283d4272f
commit 84e11135c3
3 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
{
"private": true,
"name": "remotedev-redux-devtools-extension",
"version": "3.0.6",
"version": "3.0.9",
"description": "Redux Developer Tools for debugging application state changes.",
"homepage": "https://github.com/reduxjs/redux-devtools/tree/master/extension",
"license": "MIT",

View File

@ -1,5 +1,5 @@
{
"version": "3.0.8",
"version": "3.0.9",
"name": "Redux DevTools",
"short_name": "Redux DevTools",
"description": "Redux DevTools for debugging application's state changes.",

View File

@ -1,5 +1,5 @@
{
"version": "3.0.8",
"version": "3.0.9",
"name": "Redux DevTools",
"manifest_version": 2,
"description": "Redux Developer Tools for debugging application state changes.",