Skip to content

Commit 277b9b7

Browse files
committed
Update version
1 parent 919ece4 commit 277b9b7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<h1 align="center">The Beluga Project</h1>
66

7-
![GitHub version](https://d25lcipzij17d.cloudfront.net/badge.svg?id=gh&type=6&v=3.1.0&x2=0)
7+
![GitHub version](https://img.shields.io/badge/version-v3.1.1-brightgreen)
88

99
Spring Boot Angular web application that displays one or multiple, local ADS-B feeders along with additional information on a map interface in the browser.
1010

server/src/main/java/com/amnesica/belugaproject/config/Configuration.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ public class Configuration {
3232

3333
// Name und Version der App
3434
private final String appName = "The Beluga Project";
35-
private final String appVersion = "3-1-0";
35+
private final String appVersion = "3-1-1";
3636

3737
// Angezeigte Feeder-Position auf der Karte
3838
@Value("${location.latitude}")

0 commit comments

Comments
 (0)