Skip to content

Commit 2340dc7

Browse files
committed
combining all components for push into master branch
1 parent e168b61 commit 2340dc7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/extension/build/manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "Reactime",
3-
"version": "3.1",
3+
"version": "3.2",
44
"devtools_page": "devtools.html",
5-
"description": "A Chrome extension that helps debug state in React applications by memorizing the state of components with every render.",
5+
"description": "A Chrome extension that helps debug React applications by memorizing the state of components with every render.",
66
"manifest_version": 2,
77
"content_security_policy": "script-src 'self' 'unsafe-eval' ; object-src 'self'",
88
"background": {

0 commit comments

Comments
 (0)