Skip to content

Commit

Permalink
ver update
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitalsine85 committed Apr 25, 2023
1 parent 27bff65 commit 79a4be3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bao-ui",
"version": "1.3.2",
"version": "1.3.3",
"private": true,
"scripts": {
"analyze": "cross-env ANALYZE=true yarn build && serve .next -n",
Expand Down
2 changes: 1 addition & 1 deletion src/pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import TransactionProvider from '@/contexts/Transactions'
import TxPopup from '@/components/TxPopup'
import '@/components/TxPopup/styles.css'

console.log('v1.3.2')
console.log('v1.3.3')

function getLibrary(provider: any): Web3Provider {
const library = new Web3Provider(provider)
Expand Down

0 comments on commit 79a4be3

Please sign in to comment.