diff --git a/markymark.podspec b/markymark.podspec index 465e601..be2b23d 100644 --- a/markymark.podspec +++ b/markymark.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "markymark" - s.version = "6.0.4" + s.version = "7.0" s.summary = "Markdown parser for iOS" s.description = <<-DESC Marky Mark is a parser written in Swift that converts markdown into native views. The way it looks is highly customizable and the supported markdown syntax and tags are easy to extend.