Skip to content

Commit 19e1642

Browse files
committed
Released version 1.1
- Updated documentation
1 parent d356dc1 commit 19e1642

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## [Downloads](https://github.com/VarunS2002/Java-Loud-Voice-Alert/releases)
44

5-
[![Latest: v1.0](https://img.shields.io/badge/release-v1.0-brightgreen)](https://github.com/VarunS2002/Java-Loud-Voice-Alert/releases/download/1.0/Java-Loud-Voice-Alert_1.0.zip)
5+
[![Latest: v1.1](https://img.shields.io/badge/release-v1.1-brightgreen)](https://github.com/VarunS2002/Java-Loud-Voice-Alert/releases/download/1.1/Java-Loud-Voice-Alert_1.1.zip)
66
[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)
77

88
A simple command line application to alert you by sounding a beep when you speak too loudly.
@@ -14,6 +14,7 @@ Example use cases:
1414
- When you're listening to music and speaking
1515

1616
#### This program is basically a fork of the Volume Meter built by [Radiodef](https://stackoverflow.com/users/2891664/radiodef) which was posted [here](https://stackoverflow.com/a/26576548/13978447).
17+
#### Also uses code to emit a beep sound written by [Réal Gagnon](https://www.rgagnon.com/) posted [here](https://www.rgagnon.com/javadetails/java-0499.html).
1718

1819
## Requirements:
1920

src/META-INF/MANIFEST.MF

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
1-
Manifest-Version: 1.0
1+
Manifest-Version: 1.1
22
Main-Class: com.varuns2002.loud_voice_alert.LoudVoiceAlert
3-

0 commit comments

Comments
 (0)