Skip to content

Commit 33ee257

Browse files
committed
fixed umd issue
1 parent cc3c003 commit 33ee257

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[![Build Status](https://travis-ci.org/nitin42/react-perf-devtool.svg?branch=master)](https://travis-ci.org/nitin42/react-perf-devtool)
44
![Release Status](https://img.shields.io/badge/status-stable-brightgreen.svg)
55
![Author](https://img.shields.io/badge/author-Nitin%20Tulswani-lightgrey.svg)
6-
![current-version](https://img.shields.io/badge/version-3.0.6-blue.svg)
6+
![current-version](https://img.shields.io/badge/version-3.0.7-blue.svg)
77

88
> A devtool for inspecting the performance of React Components
99

extension/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"short_name": "react-perf-devtool",
66
"description":
77
"A devtool extension for inspecting the performance of React components.",
8-
"version": "5",
8+
"version": "5.1",
99
"devtools_page": "devtools.html",
1010

1111
"icons": {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-perf-devtool",
3-
"version": "3.0.6",
3+
"version": "3.0.7",
44
"description": "A devtool for inspecting the performance of React Components",
55
"main": "index.js",
66
"types": "index.d.ts",

0 commit comments

Comments
 (0)