Skip to content

Commit

Permalink
3.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
syd711 committed Dec 22, 2024
1 parent 49e09cd commit cd113a3
Show file tree
Hide file tree
Showing 13 changed files with 14 additions and 13 deletions.
1 change: 1 addition & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
- **Tables / Media Recorder**: Added missing sorting for the "Last Update" column.
- **Tables / Universal Uploader**: Improved detection of FlexDMD folders.
- **Tables / Universal Uploader**: Fixed issue importing music files.
- **PinVol Integration**: Fixed label and spinner inputs.
- **Backglasses / Sub-folders**: Fixed extraction of DMD images when backglass is in a sub-folder of tables.

## Release Notes 3.11.0
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>de.mephisto.vpin</groupId>
<artifactId>studio</artifactId>
<version>3.11.0</version>
<version>3.11.1</version>
<packaging>pom</packaging>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion vpin-connector-discord/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>studio</artifactId>
<groupId>de.mephisto.vpin</groupId>
<version>3.11.0</version>
<version>3.11.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion vpin-connector-github/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<artifactId>studio</artifactId>
<groupId>de.mephisto.vpin</groupId>
<version>3.11.0</version>
<version>3.11.1</version>
</parent>
<packaging>jar</packaging>

Expand Down
2 changes: 1 addition & 1 deletion vpin-connector-iscored/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>studio</artifactId>
<groupId>de.mephisto.vpin</groupId>
<version>3.11.0</version>
<version>3.11.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion vpin-connector-vps/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>studio</artifactId>
<groupId>de.mephisto.vpin</groupId>
<version>3.11.0</version>
<version>3.11.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion vpin-studio-app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>studio</artifactId>
<groupId>de.mephisto.vpin</groupId>
<version>3.11.0</version>
<version>3.11.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion vpin-studio-commons/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>studio</artifactId>
<groupId>de.mephisto.vpin</groupId>
<version>3.11.0</version>
<version>3.11.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion vpin-studio-rest-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>studio</artifactId>
<groupId>de.mephisto.vpin</groupId>
<version>3.11.0</version>
<version>3.11.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion vpin-studio-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>de.mephisto.vpin</groupId>
<artifactId>vpin-studio-server</artifactId>
<version>3.11.0</version>
<version>3.11.1</version>

<parent>
<groupId>org.springframework.boot</groupId>
Expand Down
2 changes: 1 addition & 1 deletion vpin-studio-ui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>studio</artifactId>
<groupId>de.mephisto.vpin</groupId>
<version>3.11.0</version>
<version>3.11.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<packaging>jar</packaging>
Expand Down
4 changes: 2 additions & 2 deletions vpin-tools/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>studio</artifactId>
<groupId>de.mephisto.vpin</groupId>
<version>3.11.0</version>
<version>3.11.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<packaging>jar</packaging>
Expand All @@ -23,7 +23,7 @@
<dependency>
<groupId>de.mephisto.vpin</groupId>
<artifactId>vpin-studio-rest-client</artifactId>
<version>3.11.0</version>
<version>3.11.1</version>
</dependency>
<dependency>
<groupId>de.mephisto.vpin</groupId>
Expand Down
2 changes: 1 addition & 1 deletion vps-bot/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>studio</artifactId>
<groupId>de.mephisto.vpin</groupId>
<version>3.11.0</version>
<version>3.11.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<packaging>jar</packaging>
Expand Down

0 comments on commit cd113a3

Please sign in to comment.