Skip to content

Commit

Permalink
Merge pull request #111 from gluwa/bugfix/SS-430
Browse files Browse the repository at this point in the history
Add versioning
  • Loading branch information
nbass3 committed Nov 18, 2023
2 parents c30f68b + 16cddb5 commit cb84989
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ import { I18nextProvider } from 'react-i18next';
export const App: React.FC = () => {
let network = localStorage.getItem('network');

console.log('Version 1.0.1');

if (network === null) {
network = DefaultNetwork;
localStorage.setItem('network', network);
Expand Down

0 comments on commit cb84989

Please sign in to comment.