Skip to content

Commit

Permalink
Bump v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nnsnodnb committed Jan 12, 2023
1 parent 780c01b commit 2166faa
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 2166faa

Please sign in to comment.