bump version to 1.3.9
This commit is contained in:
parent
14b393744b
commit
538d5cc959
|
@ -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
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue