Skip to content

Commit

Permalink
chore: release 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
helloanoop committed Nov 3, 2023
1 parent 8557aff commit f647861
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/downloads.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export async function getStaticProps() {

return {
props: {
latestVersion: '1.0.1',
latestVersion: '1.1.0',
// disabling this for now
// latestVersion: data.tag_name.replace('v', ''),
releaseDate: new Intl.DateTimeFormat('en-US', { year: 'numeric', month: 'short', day: 'numeric' }).format(new Date(data.created_at)),
Expand Down

2 comments on commit f647861

@vercel
Copy link

@vercel vercel bot commented on f647861 Nov 3, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@j0k3r
Copy link
Contributor

@j0k3r j0k3r commented on f647861 Nov 6, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe you can switch back to the auto-updated page instead of changing it manually? :)

Please sign in to comment.