Skip to content

Commit

Permalink
set public ip on dcc config
Browse files Browse the repository at this point in the history
  • Loading branch information
MaggiWuerze committed Dec 11, 2023
1 parent 8668c71 commit 11dfef6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ dependencies {

group = "de.maggiwuerze"
description = "xdccloader"
version = "0.6.1"
version = "0.6.2"
java.sourceCompatibility = JavaVersion.VERSION_17

tasks.withType(JavaCompile) {
Expand Down
2 changes: 1 addition & 1 deletion src/main/js/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const React = require('react');
const ReactDOM = require('react-dom');
const stompClient = require('./websocket-listener');

const version_tag = "V. 0.6.1";
const version_tag = "V. 0.6.2";

class App extends React.Component {

Expand Down

0 comments on commit 11dfef6

Please sign in to comment.