From 95e7dc78a366732420e1ec9d818b4d7c58fdaa41 Mon Sep 17 00:00:00 2001 From: Timur Shafigullin Date: Wed, 20 Aug 2025 16:22:24 +0300 Subject: [PATCH] Release 0.6.8 --- Makefile | 2 +- Sources/AnalyticsGen/main.swift | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 98ce796..91fa8c7 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ PREFIX?=/usr/local PRODUCT_NAME=analyticsgen -PRODUCT_VERSION=0.6.7 +PRODUCT_VERSION=0.6.8 TEMPLATES_NAME=Templates README_NAME=README.md LICENSE_NAME=LICENSE diff --git a/Sources/AnalyticsGen/main.swift b/Sources/AnalyticsGen/main.swift index c0d0389..35af511 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.7" + static let version = "0.6.8" static let description = "Generate analytics code for you Swift iOS project" }