Skip to content

Commit

Permalink
chore: init 1.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryun1 committed Feb 16, 2024
1 parent 5ad75ed commit 270b63a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"homepage": "http://ryun1.github.io/cip95-cardano-wallet-connector",
"name": "cardano-wallet-connector",
"version": "1.7.0",
"version": "1.7.1",
"private": true,
"dependencies": {
"@blueprintjs/core": "^3.53.0",
Expand Down
2 changes: 1 addition & 1 deletion src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -1492,7 +1492,7 @@ class App extends React.Component {
<div style={{margin: "20px"}}>

<h1>✨demos CIP-95 dApp✨</h1>
<h4>✨v1.7.0</h4>
<h4>✨v1.7.1</h4>

<input type="checkbox" checked={this.state.selectedCIP95} onChange={this.handleCIP95Select}/> Enable CIP-95?

Expand Down

0 comments on commit 270b63a

Please sign in to comment.