Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
MattMcAdams committed Feb 25, 2024
1 parent 65c9f7c commit e4d2a79
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "color-scale",
"version": "2.2.0",
"version": "2.3.0",
"description": "A tool for creating and manipulating colors",
"private": true,
"license": "GPU-3.0",
Expand Down
2 changes: 1 addition & 1 deletion src/components/library/LibraryConfig.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export const LibraryConfig = () => {
href={`data:text/json;charset=utf-8,${encodeURIComponent(
JSON.stringify(Session.library, null, 2)
)}`}
download="colorful.json"
download="colorscale.json"
className="grow basis-1/3 inline-block text-gray-900 bg-white border border-gray-300 hover:bg-gray-100 font-medium rounded-lg text-sm px-5 transform active:scale-90 transition-transform py-2.5 text-center"
>
Download JSON
Expand Down

0 comments on commit e4d2a79

Please sign in to comment.