diff --git a/BatteryView.podspec b/BatteryView.podspec index dfdd28e..87af7e4 100644 --- a/BatteryView.podspec +++ b/BatteryView.podspec @@ -2,7 +2,7 @@ Pod::Spec.new do |s| s.name = "BatteryView" - s.version = "1.3.8" + s.version = "1.3.9" s.summary = "Simple battery shaped UIView." s.description = <<-DESC diff --git a/CHANGELOG.md b/CHANGELOG.md index 954c36b..d355150 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). -## [Unreleased] +## [1.3.9] - 2019-09-12 ### Fixed - show `noLevelText` when embedded in a SwiftUI view. diff --git a/README.md b/README.md index 36f628a..a11e18a 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ pod 'BatteryView' ```swift dependencies: [ - .package(url: "https://github.com/yonat/BatteryView", from: "1.3.8") + .package(url: "https://github.com/yonat/BatteryView", from: "1.3.9") ] ```