Skip to content

Commit

Permalink
Merge pull request #303 from kvyatkovskys/feature/v_0.6.13
Browse files Browse the repository at this point in the history
bumped version in the package file
  • Loading branch information
kvyatkovskys authored Dec 27, 2022
2 parents c718f05 + 8c33848 commit f991c1a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion KVKCalendar.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'KVKCalendar'
s.version = '0.6.12'
s.version = '0.6.13'
s.summary = 'A most fully customization calendar for Apple platforms.'

s.description = <<-DESC
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: "KVKCalendar",
defaultLocalization: "en",
platforms: [.iOS(.v10)],
platforms: [.iOS(.v13)],
products: [
// Products define the executables and libraries a package produces, and make them visible to other packages.
.library(
Expand Down

0 comments on commit f991c1a

Please sign in to comment.