Skip to content

Commit 1ec070a

Browse files
committed
Prepare 0.4.0 release
1 parent 61a66a4 commit 1ec070a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ import Select2 from 'react-select2-wrapper';
2727
/>
2828
```
2929

30-
### With data as an object
30+
### Data as an object
3131

3232
```js
3333
<Select2
@@ -44,7 +44,7 @@ import Select2 from 'react-select2-wrapper';
4444
/>
4545
```
4646

47-
### With callbacks
47+
### Callbacks
4848

4949
```js
5050
<Select2
@@ -62,7 +62,7 @@ import Select2 from 'react-select2-wrapper';
6262
/>
6363
```
6464

65-
### With default value
65+
### Default value
6666

6767
```js
6868
<Select2
@@ -80,7 +80,7 @@ import Select2 from 'react-select2-wrapper';
8080
/>
8181
```
8282

83-
### With default multiple value
83+
### Default multiple value
8484

8585
```js
8686
<Select2

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-select2-wrapper",
3-
"version": "0.3.0",
3+
"version": "0.4.0",
44
"description": "React component for Select2",
55
"main": "lib/components/Select2.js",
66
"scripts": {

0 commit comments

Comments
 (0)