Skip to content

Commit

Permalink
update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
TheSGJ committed Mar 19, 2024
1 parent 423afc6 commit 551c88f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@
- Updated to add support for the JSR Package Manager
- Updated to version 1.6.9 to avoid version gap for JSR

## v1.6.9
## v1.6.10

### Fixed

Expand Down
2 changes: 1 addition & 1 deletion deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thesgj/nextjs-toploader",
"version": "1.6.9",
"version": "1.6.10",
"exports": "./src/index.tsx",
"compilerOptions": {
"jsx": "react-jsx",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nextjs-toploader",
"version": "1.6.9",
"version": "1.6.10",
"description": "A Next.js Top Loading Bar component made using nprogress, works with Next.js 14.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 551c88f

Please sign in to comment.