We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2edda80 commit 3929700Copy full SHA for 3929700
Makefile
@@ -1,7 +1,7 @@
1
PREFIX?=/usr/local
2
3
PRODUCT_NAME=analyticsgen
4
-PRODUCT_VERSION=0.6.7
+PRODUCT_VERSION=0.6.8
5
TEMPLATES_NAME=Templates
6
README_NAME=README.md
7
LICENSE_NAME=LICENSE
Sources/AnalyticsGen/main.swift
@@ -20,6 +20,6 @@ private extension String {
20
21
// MARK: - Type Properties
22
23
- static let version = "0.6.7"
+ static let version = "0.6.8"
24
static let description = "Generate analytics code for you Swift iOS project"
25
}
0 commit comments