diff --git a/LICENSE b/LICENSE index 3f526bd..4e531ed 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2023 Darren Ford +Copyright (c) 2024 Darren Ford Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/SwiftSubtitles.podspec b/SwiftSubtitles.podspec index 6ccb3f8..22e93a7 100644 --- a/SwiftSubtitles.podspec +++ b/SwiftSubtitles.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "SwiftSubtitles" - s.version = "1.1.0" + s.version = "1.1.1" s.summary = "A Swift package for reading/writing some common subtitle formats." s.description = <<-DESC A Swift package for reading/writing subtitle formats (srt, sbv, sub, vtt, csv).