Skip to content

Commit 8bfc99e

Browse files
Bump version 0.3.0
1 parent ecad678 commit 8bfc99e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ function App({currentFocusPath}) {
5757
<h1>Current FocusPath: '{currentFocusPath}'</h1>,
5858
<FocusableItem focusPath='item-1'/>
5959
<FocusableItem focusPath='item-2'/>
60-
<FocusableButton focusPath: 'button'/>
60+
<FocusableButton focusPath='button'/>
6161
</div>
6262
)
6363
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-tv-navigation",
3-
"version": "0.2.0",
3+
"version": "0.3.0",
44
"description": "A react-tv-based implementation of Spatial Navigation by Luke Chang",
55
"main": "dist/bundle.umd.js",
66
"files": [

0 commit comments

Comments
 (0)