Skip to content

Commit 3929700

Browse files
authored
Release 0.6.8 (#85)
1 parent 2edda80 commit 3929700

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PREFIX?=/usr/local
22

33
PRODUCT_NAME=analyticsgen
4-
PRODUCT_VERSION=0.6.7
4+
PRODUCT_VERSION=0.6.8
55
TEMPLATES_NAME=Templates
66
README_NAME=README.md
77
LICENSE_NAME=LICENSE

Sources/AnalyticsGen/main.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ private extension String {
2020

2121
// MARK: - Type Properties
2222

23-
static let version = "0.6.7"
23+
static let version = "0.6.8"
2424
static let description = "Generate analytics code for you Swift iOS project"
2525
}

0 commit comments

Comments
 (0)