Skip to content

Commit a75cefd

Browse files
committed
Bump to version 0.5.2
1 parent 99ec97b commit a75cefd

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CHANGELOG.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,19 @@
22
All notable changes to this project will be documented in this file.
33
`SubtleVolume` adheres to [Semantic Versioning](http://semver.org/).
44

5-
- `0.5.x` Releases - [0.5.0](#050) | [0.5.1](#051)
5+
- `0.5.x` Releases - [0.5.0](#050) | [0.5.1](#051) | [0.5.2](#052)
66
- `0.4.x` Releases - [0.4.0](#040)
77
- `0.3.x` Releases - [0.3.0](#030)
88
- `0.2.x` Releases - [0.2.0](#020) | [0.2.1](#021)
99
- `0.1.x` Releases - [0.1.0](#010) | [0.1.1](#011)
1010

1111
---
1212

13-
## [0.5.1](https://github.com/andreamazz/SubtleVolume/releases/tag/0.5.0)
13+
## [0.5.2](https://github.com/andreamazz/SubtleVolume/releases/tag/0.5.2)
14+
15+
- Merged #17
16+
17+
## [0.5.1](https://github.com/andreamazz/SubtleVolume/releases/tag/0.5.1)
1418

1519
### Fixed
1620

SubtleVolume.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'SubtleVolume'
3-
s.version = '0.5.1'
3+
s.version = '0.5.2'
44
s.license = 'MIT'
55
s.summary = 'Replace the system volume popup with a more subtle indicator'
66
s.description = <<-DESC

0 commit comments

Comments
 (0)