Skip to content

Commit 9ad46da

Browse files
committed
fix: update version numbers in Info.plist to reflect the latest release
1 parent 844f4e3 commit 9ad46da

2 files changed

Lines changed: 6 additions & 7 deletions

File tree

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,11 @@
44
<a href="https://peeler.anants.studio"><img src="Sources/Peeler/Resources/Brand/app-icon.png" width="128" alt="Peeler"></a>
55
</p>
66
<p align="center">
7-
<!-- <a href="https://github.com/GithubAnant/peeler/releases/latest"><img src="https://img.shields.io/github/downloads/GithubAnant/peeler/total?style=flat-square" alt="Downloads"></a> -->
8-
<a href="https://github.com/GithubAnant/peeler/releases"><img src="https://img.shields.io/badge/version-1.0.0-blue?style=flat-square" alt="Version"></a>
9-
<a href="LICENSE"><img src="https://img.shields.io/badge/license-MIT-red?style=flat-square" alt="MIT License"></a>
10-
<a href="#requirements"><img src="https://img.shields.io/badge/platform-macOS%2013.0+-darkgreen?style=flat-square" alt="Platform"></a>
7+
<!-- <a href="https://github.com/GithubAnant/peeler/releases/latest"><img src="https://img.shields.io/github/downloads/GithubAnant/peeler/total?style=for-the-badge" alt="Downloads"></a> -->
8+
<a href="https://github.com/GithubAnant/peeler/releases"><img src="https://img.shields.io/badge/version-1.0.0-blue?style=for-the-badge" alt="Version"></a>
9+
<a href="LICENSE"><img src="https://img.shields.io/badge/license-MIT-red?style=for-the-badge" alt="MIT License"></a>
10+
<a href="#requirements"><img src="https://img.shields.io/badge/platform-macOS%2013.0+-darkgreen?style=for-the-badge" alt="Platform"></a>
1111
</p>
12-
1312
A lightweight macOS menu bar app for picking colors and extracting palettes from your screen.
1413

1514
## Features

Sources/Peeler/Resources/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
<key>CFBundleDisplayName</key>
1010
<string>Peeler</string>
1111
<key>CFBundleVersion</key>
12-
<string>5</string>
12+
<string>6</string>
1313
<key>CFBundleShortVersionString</key>
14-
<string>1.0.4</string>
14+
<string>1.0.5</string>
1515
<key>PeelerReleaseName</key>
1616
<string>Ikea Lamp</string>
1717
<key>PeelerHomepageURL</key>

0 commit comments

Comments
 (0)