Skip to content

Commit 68f8f57

Browse files
author
dutchenkoOleg
committed
3.0.3
1 parent 4c510e4 commit 68f8f57

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
#### *Table of contents*
66

77

8-
1. [API](./api.md)
8+
1. [Interface](./interface.md)
99
1. Code examples
1010
- [examples/abstract-class](./examples/abstract-class.js)

docs/api.md renamed to docs/interface.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# WebPluginInterface API
1+
# Interface
22

33
:arrow_left: [Docs](./index.md)
44

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/**
44
* @module WebPluginInterface
55
* @author OlegDutchenko <[email protected]>
6-
* @version 3.0.0
6+
* @version 3.0.3
77
*/
88

99
/**

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": "3.0.2",
3+
"version": "3.0.3",
44
"description": "",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)