Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
carefree committed Mar 25, 2022
1 parent 2ad3523 commit 14fc4cb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion EasyListView.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = "EasyListView"
s.version = "1.2.3"
s.version = "1.2.4"
s.summary = "快速搭建静态及可重用列表"
s.homepage = "https://github.com/moliya/EasyListView"
s.license = "MIT"
Expand Down
4 changes: 2 additions & 2 deletions EasyListViewExample.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -592,8 +592,8 @@
isa = XCRemoteSwiftPackageReference;
repositoryURL = "[email protected]:moliya/EasyCompatible.git";
requirement = {
branch = master;
kind = branch;
kind = upToNextMajorVersion;
minimumVersion = 1.0.0;
};
};
/* End XCRemoteSwiftPackageReference section */
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ let package = Package(
.library(name: "EasyListView", targets: ["EasyListView"])
],
dependencies: [
.package(url: "https://github.com/moliya/EasyCompatible.git", from: "1.0")
.package(url: "https://github.com/moliya/EasyCompatible.git", from: "1.0.0")
],
targets: [
.target(name: "EasyListView", dependencies: ["EasyCompatible"], path: "Sources")
Expand Down

0 comments on commit 14fc4cb

Please sign in to comment.