From 5cc50f2ca2beabe01cee0e7806683beef100b5a8 Mon Sep 17 00:00:00 2001 From: Oleksii Kolomiiets Date: Tue, 25 Feb 2025 12:55:51 +0100 Subject: [PATCH] bump up SnappTheming version to 0.1.2 --- Package.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Package.swift b/Package.swift index 1aa55b6..6c7e1ab 100644 --- a/Package.swift +++ b/Package.swift @@ -17,7 +17,7 @@ let package = Package( ], dependencies: [ .package(url: "https://github.com/SVGKit/SVGKit.git", from: "3.0.0"), - .package(url: "https://github.com/Snapp-Mobile/SnappTheming", branch: "main"), + .package(url: "https://github.com/Snapp-Mobile/SnappTheming", from: "0.1.2"), ], targets: [ // Targets are the basic building blocks of a package, defining a module or a test suite.