Skip to content

Commit

Permalink
✨feat: Bump version from 0.2.0 to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
phukon committed Jan 24, 2024
1 parent 13f388c commit 39c757a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/editor/Canvas.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ const Canvas2 = () => {
</h2>
<div className="mt-2 space-x-6 text-gray-400 lg:space-x-4 2xl:mt-6 2xl:space-x-6 flex items-center">
<div className="text-lg 2xl:text-xl whitespace-nowrap">
v0.2.0
v0.3.0
</div>
<div className="text-sm leading-snug 2xl:text-base">
The coolest e/acc art on the internet
Expand Down Expand Up @@ -224,7 +224,7 @@ const Canvas2 = () => {
alt="Logo, generated using DALLE"
/>
<div className="absolute -right-2 -bottom-3 z-10 inline-flex h-10 w-10 items-center justify-center rounded-full bg-black text-lg font-black text-white shadow-md dark:bg-white dark:text-black dark:!shadow-none lg:-right-4 lg:-bottom-6 lg:h-[4.5rem] lg:w-[4.5rem] lg:text-[2rem]">
v0.1.1
v0.3
</div>
</div>
<div
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": "binary-dreams",
"version": "0.2.0",
"version": "0.3.0",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down

0 comments on commit 39c757a

Please sign in to comment.