Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
MattMcAdams committed Feb 13, 2024
1 parent 2c433ab commit 8bb06ab
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": "colorful",
"version": "1.0.0",
"version": "1.1.0",
"description": "A tool for creating and manipulating colors",
"private": true,
"license": "GPU-3.0",
Expand Down
2 changes: 1 addition & 1 deletion src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ export default function Home() {
<span className="block font-mono font-bold text-base">
About
</span>
<p className="mt-4">Colorful v1.0</p>
<p className="mt-4">Colorful v1.1</p>
<p>
<a
href="https://www.mattmcadams.com"
Expand Down

0 comments on commit 8bb06ab

Please sign in to comment.