bump version to 1.3.9

This commit is contained in:
Yonat Sharon 2019-09-12 11:52:20 +03:00
parent 14b393744b
commit 538d5cc959
3 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@
Pod::Spec.new do |s| Pod::Spec.new do |s|
s.name = "BatteryView" s.name = "BatteryView"
s.version = "1.3.8" s.version = "1.3.9"
s.summary = "Simple battery shaped UIView." s.summary = "Simple battery shaped UIView."
s.description = <<-DESC s.description = <<-DESC

View File

@ -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/) 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). and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
## [Unreleased] ## [1.3.9] - 2019-09-12
### Fixed ### Fixed
- show `noLevelText` when embedded in a SwiftUI view. - show `noLevelText` when embedded in a SwiftUI view.

View File

@ -59,7 +59,7 @@ pod 'BatteryView'
```swift ```swift
dependencies: [ dependencies: [
.package(url: "https://github.com/yonat/BatteryView", from: "1.3.8") .package(url: "https://github.com/yonat/BatteryView", from: "1.3.9")
] ]
``` ```