Skip to content

Commit

Permalink
Merge pull request #11 from nnsnodnb/bump
Browse files Browse the repository at this point in the history
Bump v0.2.0
  • Loading branch information
nnsnodnb authored Jan 12, 2023
2 parents 780c01b + 2166faa commit 1028102
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion MultipleImageView.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = "MultipleImageView"
spec.version = "0.1.3"
spec.version = "0.2.0"
spec.summary = "Displaying multiple images like Twitter."
spec.homepage = "https://github.com/nnsnodnb/MultipleImageView"
spec.swift_version = "5.2"
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import PackageDescription
let package = Package(
name: "MultipleImageView",
platforms: [
.iOS(.v9)
.iOS(.v11)
],
products: [
.library(
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ let package = Package(
dependencies: [
.package(name: "MultipleImageView",
url: "https://github.com/nnsnodnb/MultipleImageView.git",
from: "0.1.0")
from: "0.2.0")
],
.targets: [
.target(name: "SampleApp,
Expand Down

0 comments on commit 1028102

Please sign in to comment.