We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35d71a5 commit 206e1ceCopy full SHA for 206e1ce
4 files changed
Makefile
@@ -1,7 +1,7 @@
1
PREFIX?=/usr/local
2
3
PRODUCT_NAME=analyticsgen
4
-PRODUCT_VERSION=0.6.10
+PRODUCT_VERSION=0.6.11
5
TEMPLATES_NAME=Templates
6
README_NAME=README.md
7
LICENSE_NAME=LICENSE
Sources/AnalyticsGen/Models/Event/Event.swift
@@ -4,7 +4,6 @@ struct Event: Decodable {
// MARK: - Instance Properties
- let application: EventApplication
8
let edition: [EventEdition]?
9
let deprecated: Bool?
10
let category: String
Sources/AnalyticsGen/Models/Event/EventApplication.swift
Sources/AnalyticsGen/main.swift
@@ -20,6 +20,6 @@ private extension String {
20
21
// MARK: - Type Properties
22
23
- static let version = "0.6.10"
+ static let version = "0.6.11"
24
static let description = "Generate analytics code for you Swift iOS project"
25
}
0 commit comments