Skip to content
This repository has been archived by the owner on May 17, 2024. It is now read-only.

Commit

Permalink
Bump version to 10.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
keith committed Jul 21, 2020
1 parent f52083d commit c8f848c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,16 @@

## Enhancements

- None

# 10.0.1

## Breaking

- None

## Enhancements

- Fix Swift 5.3 linker error
[#168](https://github.com/lyft/mapper/pull/168)
[#169](https://github.com/lyft/mapper/pull/169)
Expand Down
2 changes: 1 addition & 1 deletion ModelMapper.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "ModelMapper"
s.version = "10.0.0"
s.version = "10.0.1"
s.summary = "A JSON deserialization library for Swift"
s.homepage = "https://github.com/lyft/mapper"
s.license = "Apache License, Version 2.0"
Expand Down

0 comments on commit c8f848c

Please sign in to comment.