Skip to content

Commit

Permalink
Update for 0.13.6 release
Browse files Browse the repository at this point in the history
  • Loading branch information
nicklockwood committed Mar 26, 2022
1 parent 929dd4d commit 8fb79f9
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 8 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Change Log

## [0.13.6](https://github.com/nicklockwood/Expression/releases/tag/0.13.6) (2022-03-26)

- Fixed crash when running with Swift 5.6 / Xcode 13.3
- Fixed warnings and build failures in Xcode 13.3

## [0.13.5](https://github.com/nicklockwood/Expression/releases/tag/0.13.5) (2021-10-16)

- Fixed build failure in benchmark example on Xcode 13
Expand Down
4 changes: 2 additions & 2 deletions Expression.podspec.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Expression",
"version": "0.13.5",
"version": "0.13.6",
"license": {
"type": "MIT",
"file": "LICENSE.md"
Expand All @@ -10,7 +10,7 @@
"authors": "Nick Lockwood",
"source": {
"git": "https://github.com/nicklockwood/Expression.git",
"tag": "0.13.5"
"tag": "0.13.6"
},
"source_files": "Sources",
"requires_arc": true,
Expand Down
8 changes: 4 additions & 4 deletions Expression.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1068,7 +1068,7 @@
INFOPLIST_FILE = Sources/Info.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks";
MARKETING_VERSION = 0.13.5;
MARKETING_VERSION = 0.13.6;
PRODUCT_BUNDLE_IDENTIFIER = com.Expression;
PRODUCT_NAME = Expression;
SDKROOT = iphoneos;
Expand All @@ -1093,7 +1093,7 @@
INFOPLIST_FILE = Sources/Info.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks";
MARKETING_VERSION = 0.13.5;
MARKETING_VERSION = 0.13.6;
PRODUCT_BUNDLE_IDENTIFIER = com.Expression;
PRODUCT_NAME = Expression;
SDKROOT = iphoneos;
Expand Down Expand Up @@ -1239,7 +1239,7 @@
INFOPLIST_FILE = Sources/Info.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks";
MARKETING_VERSION = 0.13.5;
MARKETING_VERSION = 0.13.6;
PRODUCT_BUNDLE_IDENTIFIER = com.Expression;
PRODUCT_NAME = Expression;
SKIP_INSTALL = YES;
Expand All @@ -1263,7 +1263,7 @@
INFOPLIST_FILE = Sources/Info.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks";
MARKETING_VERSION = 0.13.5;
MARKETING_VERSION = 0.13.6;
PRODUCT_BUNDLE_IDENTIFIER = com.Expression;
PRODUCT_NAME = Expression;
SKIP_INSTALL = YES;
Expand Down
2 changes: 1 addition & 1 deletion Sources/AnyExpression.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// AnyExpression.swift
// Expression
//
// Version 0.13.5
// Version 0.13.6
//
// Created by Nick Lockwood on 18/04/2017.
// Copyright © 2017 Nick Lockwood. All rights reserved.
Expand Down
2 changes: 1 addition & 1 deletion Sources/Expression.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// Expression.swift
// Expression
//
// Version 0.13.5
// Version 0.13.6
//
// Created by Nick Lockwood on 15/09/2016.
// Copyright © 2016 Nick Lockwood. All rights reserved.
Expand Down

0 comments on commit 8fb79f9

Please sign in to comment.