Skip to content

Commit

Permalink
Release 0.5.8 (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
timbaev authored Mar 16, 2023
1 parent f024fe3 commit c19e421
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PREFIX?=/usr/local

PRODUCT_NAME=analyticsgen
PRODUCT_VERSION=0.5.7
PRODUCT_VERSION=0.5.8
TEMPLATES_NAME=Templates
README_NAME=README.md
LICENSE_NAME=LICENSE
Expand Down
2 changes: 1 addition & 1 deletion Sources/AnalyticsGen/main.swift
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ private extension String {

// MARK: - Type Properties

static let version = "0.5.7"
static let version = "0.5.8"
static let description = "Generate analytics code for you Swift iOS project"
}

0 comments on commit c19e421

Please sign in to comment.