Skip to content

Commit

Permalink
updated version tag (#82)
Browse files Browse the repository at this point in the history
  • Loading branch information
zfogg authored Nov 26, 2022
1 parent b959bb4 commit a97ae48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import TransactionProvider from '@/contexts/Transactions'
import TxPopup from '@/components/TxPopup'
import '@/components/TxPopup/styles.css'

console.log('v1.0.3')
console.log('v1.0.4')

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

0 comments on commit a97ae48

Please sign in to comment.