Skip to content

Commit

Permalink
Pre-release
Browse files Browse the repository at this point in the history
  • Loading branch information
v.barabanov authored and v.barabanov committed Oct 21, 2024
1 parent 7c46ff3 commit 07307e3
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.11
PRODUCT_VERSION=0.5.13
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.11"
static let version = "0.5.13"
static let description = "Generate analytics code for you Swift iOS project"
}

0 comments on commit 07307e3

Please sign in to comment.