Skip to content

Commit

Permalink
Merge pull request #26 from dippas/v2.1.0-fix-popup-version
Browse files Browse the repository at this point in the history
FIX: update popup version
  • Loading branch information
dippas committed Jun 12, 2023
2 parents cc45aec + a7d0e2c commit fd525e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Popup/Popup.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const Popup = () => {
return (
<>
<h1 className={classes.title}>
DeleteNonio <span className={classes.version}>v2.0.3</span>
DeleteNonio <span className={classes.version}>v2.1.0</span>
</h1>
<h2 className={classes.subTitle}>Remover Nonio popup dos sites</h2>
<a className={classes.noPadding} target="_blank" href="https://www.buymeacoffee.com/dippas">
Expand Down

0 comments on commit fd525e9

Please sign in to comment.