File tree Expand file tree Collapse file tree 4 files changed +2
-13
lines changed
Expand file tree Collapse file tree 4 files changed +2
-13
lines changed Original file line number Diff line number Diff line change 11PREFIX? =/usr/local
22
33PRODUCT_NAME =analyticsgen
4- PRODUCT_VERSION =0.6.10
4+ PRODUCT_VERSION =0.6.11
55TEMPLATES_NAME =Templates
66README_NAME =README.md
77LICENSE_NAME =LICENSE
Original file line number Diff line number Diff line change @@ -4,7 +4,6 @@ struct Event: Decodable {
44
55 // MARK: - Instance Properties
66
7- let application : EventApplication
87 let edition : [ EventEdition ] ?
98 let deprecated : Bool ?
109 let category : String
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -20,6 +20,6 @@ private extension String {
2020
2121 // MARK: - Type Properties
2222
23- static let version = " 0.6.10 "
23+ static let version = " 0.6.11 "
2424 static let description = " Generate analytics code for you Swift iOS project "
2525}
You can’t perform that action at this time.
0 commit comments