Skip to content

Commit

Permalink
Update release version to 0.1.0 in README and spec file
Browse files Browse the repository at this point in the history
  • Loading branch information
royshil committed Nov 7, 2024
1 parent 7b9e27b commit e801b96
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ ScoreSight is an OCR (Optical Character Recognition) application designed to ext

<strong>Download</strong>

<a href="https://github.com/locaal-ai/scoresight/releases/latest/download/scoresight-windows-0.0.17.zip"><img src="https://img.shields.io/badge/Windows-0078D6?style=for-the-badge&logo=windows&logoColor=white" /></a>
<a href="https://github.com/locaal-ai/scoresight/releases/download/0.0.17/scoresight-macos-x86-0.0.17.dmg"><img src="https://img.shields.io/badge/mac%20Intel-000000?style=for-the-badge" /></a>
<a href="https://github.com/locaal-ai/scoresight/releases/download/0.0.17/scoresight-macos-arm64-0.0.17.dmg"><img src="https://img.shields.io/badge/mac%20M1/2/3-0a0a0a?style=for-the-badge&"/></a>
<a href="https://github.com/locaal-ai/scoresight/releases/latest/download/scoresight-linux-0.0.17.tar"><img src="https://img.shields.io/badge/Linux-FCC624?style=for-the-badge&logo=linux&logoColor=black"/></a>
<a href="https://github.com/locaal-ai/scoresight/releases/latest/download/scoresight-windows-0.1.0.zip"><img src="https://img.shields.io/badge/Windows-0078D6?style=for-the-badge&logo=windows&logoColor=white" /></a>
<a href="https://github.com/locaal-ai/scoresight/releases/download/0.1.0/scoresight-macos-x86-0.1.0.dmg"><img src="https://img.shields.io/badge/mac%20Intel-000000?style=for-the-badge" /></a>
<a href="https://github.com/locaal-ai/scoresight/releases/download/0.1.0/scoresight-macos-arm64-0.1.0.dmg"><img src="https://img.shields.io/badge/mac%20M1/2/3-0a0a0a?style=for-the-badge&"/></a>
<a href="https://github.com/locaal-ai/scoresight/releases/latest/download/scoresight-linux-0.1.0.tar"><img src="https://img.shields.io/badge/Linux-FCC624?style=for-the-badge&logo=linux&logoColor=black"/></a>


<a href="https://youtu.be/wMNolI0w0tE" target="_blank"><img src="./scoresight_getting_started.png" width="50%"/></a>
Expand Down
2 changes: 1 addition & 1 deletion scoresight.spec
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ elif args.mac_osx:
name='scoresight.app',
icon='icons/MacOS_icon.png',
bundle_identifier='com.royshilkrot.scoresight',
version='0.0.17',
version='0.1.0',
info_plist={
'NSPrincipalClass': 'NSApplication',
'NSAppleScriptEnabled': False,
Expand Down

0 comments on commit e801b96

Please sign in to comment.