Skip to content

Commit 05a078b

Browse files
Update version number in devtools to match package.json
1 parent 0bd01a8 commit 05a078b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

devtools/src/devtools.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { options, Fragment, Component } from 'preact';
22

33
export function initDevTools() {
44
if (typeof window != 'undefined' && window.__PREACT_DEVTOOLS__) {
5-
window.__PREACT_DEVTOOLS__.attachPreact('10.5.13', options, {
5+
window.__PREACT_DEVTOOLS__.attachPreact('11.0.0-beta', options, {
66
Fragment,
77
Component
88
});

0 commit comments

Comments
 (0)