Skip to content

Commit 098ab2e

Browse files
committed
build(backend): bump version and minor fixes
1 parent 4aadee5 commit 098ab2e

File tree

4 files changed

+2
-40
lines changed

4 files changed

+2
-40
lines changed

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apps/backend/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ryot"
3-
version = "5.4.3"
3+
version = "5.4.4"
44
edition = "2021"
55
repository = "https://github.com/IgnisDa/ryot"
66
license = "GPL-3.0"

apps/landing/src/components/SideBySide.astro

-37
This file was deleted.

apps/landing/src/sections/Pricing.astro

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
import Action from "@/components/Action.astro";
33
import Card from "@/components/Card.astro";
4-
import Icon from "@/components/Icon.astro";
54
import SectionTitle from "@/components/SectionTitle.astro";
65
import type { PricingData } from "@/config/landing.interface";
76

0 commit comments

Comments
 (0)