From 5dc0ba087778af2fed4c7ee13d59901c4369fa01 Mon Sep 17 00:00:00 2001 From: Timur Shafigullin Date: Wed, 9 Jul 2025 11:52:58 +0300 Subject: [PATCH] Release 0.6.5 --- Makefile | 2 +- Sources/AnalyticsGen/main.swift | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 5aa3834..043e2d5 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ PREFIX?=/usr/local PRODUCT_NAME=analyticsgen -PRODUCT_VERSION=0.6.4 +PRODUCT_VERSION=0.6.5 TEMPLATES_NAME=Templates README_NAME=README.md LICENSE_NAME=LICENSE diff --git a/Sources/AnalyticsGen/main.swift b/Sources/AnalyticsGen/main.swift index eb6395e..a42e9a9 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.4" + static let version = "0.6.5" static let description = "Generate analytics code for you Swift iOS project" }