From cb4a35ab96e40646d0787db59e709b278c815bc3 Mon Sep 17 00:00:00 2001 From: Timur Shafigullin Date: Fri, 28 Jun 2024 16:39:56 +0300 Subject: [PATCH] Release 0.5.11 --- Makefile | 2 +- Sources/AnalyticsGen/main.swift | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 4516fad..2851729 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ PREFIX?=/usr/local PRODUCT_NAME=analyticsgen -PRODUCT_VERSION=0.5.10 +PRODUCT_VERSION=0.5.11 TEMPLATES_NAME=Templates README_NAME=README.md LICENSE_NAME=LICENSE diff --git a/Sources/AnalyticsGen/main.swift b/Sources/AnalyticsGen/main.swift index 00bd7f6..09ddf94 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.5.10" + static let version = "0.5.11" static let description = "Generate analytics code for you Swift iOS project" }