From 80a527f3d20e7d3eae23af2b8fb97d947058cfdf Mon Sep 17 00:00:00 2001 From: "v.barabanov" Date: Tue, 29 Jul 2025 17:00:58 +0300 Subject: [PATCH] Version up --- Makefile | 2 +- Sources/AnalyticsGen/main.swift | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 043e2d5..f8676ea 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ PREFIX?=/usr/local PRODUCT_NAME=analyticsgen -PRODUCT_VERSION=0.6.5 +PRODUCT_VERSION=0.6.6 TEMPLATES_NAME=Templates README_NAME=README.md LICENSE_NAME=LICENSE diff --git a/Sources/AnalyticsGen/main.swift b/Sources/AnalyticsGen/main.swift index a42e9a9..4a8b1c1 100644 --- a/Sources/AnalyticsGen/main.swift +++ b/Sources/AnalyticsGen/main.swift @@ -20,6 +20,6 @@ private extension String { // MARK: - Type Properties - static let version = "0.6.5" + static let version = "0.6.6" static let description = "Generate analytics code for you Swift iOS project" }