Skip to content

Commit

Permalink
version tagging
Browse files Browse the repository at this point in the history
  • Loading branch information
0xankit authored Mar 18, 2022
1 parent 1a38c74 commit e357733
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const App = () => {
const location = useLocation();

// changing header
const CURRENT_VERSION = "v0.1.3"
const CURRENT_VERSION = "v0.1.4"
console.log(CURRENT_VERSION)
if (localStorage.getItem("VERSION")< CURRENT_VERSION || localStorage.getItem("VERSION") == null){
localStorage.clear();
Expand Down

0 comments on commit e357733

Please sign in to comment.