Skip to content

Commit 5fcfa0d

Browse files
BarabanovVVlv.barabanov
andauthored
Release 0.6.9 (#87)
* Add support for specific external analytics tracker protocols in Stencil - Introduced ability to specify protocol based on the external tracker defined in the YAML schema - Added mapping for AppsFlyerEvent, AppMetricaEvent and default AllExternalAnalyticsEvent - Updated Stencil templates to use the resolved protocol dynamically instead of a hardcoded default * Release 0.6.9 --------- Co-authored-by: v.barabanov <v.barabanov@Brbnkn-MBPro-4.local>
1 parent a947847 commit 5fcfa0d

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.8
4+
PRODUCT_VERSION=0.6.9
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.8"
23+
static let version = "0.6.9"
2424
static let description = "Generate analytics code for you Swift iOS project"
2525
}

0 commit comments

Comments
 (0)