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

Commit

Permalink
Update a version 0.0.1 -> 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
GeekTree0101 committed Jan 11, 2022
1 parent 971583d commit 6051d00
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion KarrotFlex.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'KarrotFlex'
s.version = '0.0.1'
s.version = '1.0.0'
s.summary = 'FlexLayout sugar framework'
s.description = 'Declarative UI sugar framework built on FlexLayout'
s.homepage = 'https://team.daangn.com/'
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ In your Package.swift:
let package = Package(
name: "Example",
dependencies: [
.package(url: "https://github.com/daangn/KarrotFlex.git", from: "0.0.1")
.package(url: "https://github.com/daangn/KarrotFlex.git", from: "1.0.0")
],
targets: [
.target(name: "Example", dependencies: ["KarrotFlex"])
Expand Down

0 comments on commit 6051d00

Please sign in to comment.