diff --git a/CHANGELOG.md b/CHANGELOG.md
index da95a85..1682c63 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -177,3 +177,13 @@
### Fixed
- Fixed typo in template value and shadow value in prop type table in README
+
+## v3.6.15
+
+### Updated
+
+- Updated copyright year in LICENSE
+
+### Fixed
+
+- Fixed typo in template value in prop type table in README
diff --git a/LICENSE b/LICENSE
index e6ceeb7..88cdefe 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,6 +1,6 @@
MIT License
-Copyright (c) 2023 Shri Ganesh Jha
+Copyright (c) 2024 Shri Ganesh Jha
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
diff --git a/README.md b/README.md
index a0655ec..c06c055 100644
--- a/README.md
+++ b/README.md
@@ -160,20 +160,20 @@ If no props are passed to ``, below is the default configuratio
#### `NextTopLoaderProps` (props passed to the TopLoader)
-| **Name** | **Type** | **Default Value** |
-| ----------------- | ----------------- | ------------------------------------------------------------------------------------------------------------------------------------- |
-| `color` | `string` | `"#2299DD"` |
-| `initialPosition` | `number` | `0.08` |
-| `crawlSpeed` | `number` | `200` |
-| `height` | `number` | `3` |
-| `crawl` | `boolean` | `true` |
-| `showSpinner` | `boolean` | `true` |
-| `easing` | `string` | `"ease"` |
-| `speed` | `number` | `200` |
-| `shadow` | `string \| false` | `"0 0 10px #2299DD,0 0 5px #2299DD"` |
-| `template` | `string` | `
` |
-| `zIndex` | `number` | `1600` |
-| `showAtBottom` | `boolean` | `false` |
+| **Name** | **Type** | **Default Value** |
+| ----------------- | ----------------- | --------------------------------------------------------------------------------------------------------------------------------------- |
+| `color` | `string` | `"#2299DD"` |
+| `initialPosition` | `number` | `0.08` |
+| `crawlSpeed` | `number` | `200` |
+| `height` | `number` | `3` |
+| `crawl` | `boolean` | `true` |
+| `showSpinner` | `boolean` | `true` |
+| `easing` | `string` | `"ease"` |
+| `speed` | `number` | `200` |
+| `shadow` | `string \| false` | `"0 0 10px #2299DD,0 0 5px #2299DD"` |
+| `template` | `string` | `""` |
+| `zIndex` | `number` | `1600` |
+| `showAtBottom` | `boolean` | `false` |
## Contributors
diff --git a/deno.json b/deno.json
index f8713e3..2a0b831 100644
--- a/deno.json
+++ b/deno.json
@@ -1,6 +1,6 @@
{
"name": "@thesgj/nextjs-toploader",
- "version": "3.6.14",
+ "version": "3.6.15",
"exports": "./src/index.tsx",
"compilerOptions": {
"jsx": "react-jsx",
diff --git a/package.json b/package.json
index 69c1ea6..868fe1d 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "nextjs-toploader",
- "version": "3.6.14",
+ "version": "3.6.15",
"description": "A Next.js Top Loading Bar component made using nprogress, works with Next.js 14 and React.",
"main": "dist/index.js",
"types": "dist/index.d.ts",