Skip to content

Commit 386f116

Browse files
committed
v1.1.0
1 parent b1bef6d commit 386f116

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ jobs:
2424

2525
- name: Build and push to DockerHub
2626
run: |
27-
docker build -t devarifhossain/retroui:1.0.13 ./
28-
docker push devarifhossain/retroui:1.0.13
27+
docker build -t devarifhossain/retroui:1.1.0 ./
28+
docker push devarifhossain/retroui:1.1.0
2929
3030
# - name: Set up SSH
3131
# uses: webfactory/ssh-agent@v0.9.0

app/(marketing)/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ export default async function Home() {
222222
Github Stars
223223
</Text>
224224
<Text as="h1" className="text-outlined text-7xl lg:text-8xl">
225-
300+
225+
250+
226226
</Text>
227227
<Image
228228
src="/images/shooting_star.svg"

0 commit comments

Comments
 (0)