Skip to content

Commit

Permalink
v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
iam-rohid committed Sep 7, 2022
1 parent 544c9d8 commit f91380d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "code-to-img",
"private": true,
"version": "1.1.4",
"version": "1.2.0",
"license": "MIT",
"author": {
"name": "Rohidul Islam",
Expand Down
5 changes: 4 additions & 1 deletion src/components/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,10 @@ const Header = () => {
alt="CodeToImg Logo"
className="w-9 h-9"
/>
<span className="font-bold text-xl text-white">CodeToImg</span>
<p>
<span className="font-bold text-xl text-white">CodeToImg</span>
<span className="text-xs ml-1">v1.2.0</span>
</p>
</a>
</Link>
<ul className="flex gap-4">
Expand Down

1 comment on commit f91380d

@vercel
Copy link

@vercel vercel bot commented on f91380d Sep 7, 2022

Choose a reason for hiding this comment

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

Please sign in to comment.