Skip to content

Commit

Permalink
Update version (#83)
Browse files Browse the repository at this point in the history
  • Loading branch information
keitaoouchi authored Sep 10, 2021
1 parent e90ce92 commit 5f1e0f0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PODS:
- MarkdownView (1.7.1)
- MarkdownView (1.8.0)

DEPENDENCIES:
- MarkdownView (from `../`)
Expand All @@ -9,7 +9,7 @@ EXTERNAL SOURCES:
:path: "../"

SPEC CHECKSUMS:
MarkdownView: 1f2f5d18a457dd31cfed99e35038f3dd2a7992b5
MarkdownView: 6b1cd2a2ce7e85da4db5986575279c1d66c9fb02

PODFILE CHECKSUM: aca8c849eff30cf020f460dc2fb5cc0b4a16e14a

Expand Down
2 changes: 1 addition & 1 deletion MarkdownView.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "MarkdownView"
s.version = "1.7.1"
s.version = "1.8.0"
s.summary = "Markdown View for iOS."
s.homepage = "https://github.com/keitaoouchi/MarkdownView"
s.license = { :type => "MIT", :file => "LICENSE" }
Expand Down

0 comments on commit 5f1e0f0

Please sign in to comment.