Skip to content

Commit

Permalink
release - v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mkkhedawat authored Dec 27, 2023
1 parent 40eff00 commit 2a89d4a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion example/src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ function App() {
setUserAgent(event.target.value);
}}
className='input-container' />
<JSON src={info} />;
<JSON src={info} />
</Box>);
}

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "frowser",
"version": "1.0.0",
"version": "1.0.2",
"description": "feature based browser detection",
"keywords": [
"browser",
Expand Down

0 comments on commit 2a89d4a

Please sign in to comment.