Skip to content

Commit 5e1381a

Browse files
Merge pull request #4 from dutchenkoOleg/master
2.0.0
2 parents 9f37028 + c1cb5c7 commit 5e1381a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export class WebPluginInterface {
1616
/**
1717
* @protected
1818
*/
19-
_bootstrap () {
19+
_setup () {
2020
// code
2121
}
2222

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "web-plugin-interface",
3-
"version": "1.1.0",
3+
"version": "1.2.0",
44
"description": "",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)