Skip to content

Commit

Permalink
Minor release prep
Browse files Browse the repository at this point in the history
  • Loading branch information
Mindgamesnl committed Feb 25, 2024
1 parent 8091a6e commit 70e3047
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 8 deletions.
2 changes: 1 addition & 1 deletion client/public/metadata.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"buildMajor":1,"buildMinor":125,"buildRevision":223,"buildTag":"dev","buildDate":"Fri Feb 23 2024","build":"1.125.223 dev"}
{"buildMajor":1,"buildMinor":125,"buildRevision":224,"buildTag":"dev","buildDate":"Fri Feb 23 2024","build":"1.125.224 dev"}
2 changes: 1 addition & 1 deletion client/src/metadata.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"buildMajor":1,"buildMinor":125,"buildRevision":223,"buildTag":"dev","buildDate":"Fri Feb 23 2024","build":"1.125.223 dev"}
{"buildMajor":1,"buildMinor":125,"buildRevision":224,"buildTag":"dev","buildDate":"Fri Feb 23 2024","build":"1.125.224 dev"}
2 changes: 1 addition & 1 deletion plugin/src/main/bash/data.bin
Original file line number Diff line number Diff line change
@@ -1 +1 @@
BUILD_NUM="1400"
BUILD_NUM="1401"
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ public void saveUnsafe(Object data) {

@SneakyThrows
public void delete(StormModel key) {
OpenAudioLogger.warn("Deleting " + key.getClass().getSimpleName() + " from the database with id " + key.getId());
storm.delete(key);
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ public void loadFromFile() throws IOException {
// it might be worthless
// delete optional chunk if applicable
if (value.getAudioChunk().getResources().isEmpty()) {
OpenAudioLogger.warn("Purging media chunk " + value.getChunkName());
scm.delete(value);
deleted++;
continue;
Expand Down
2 changes: 1 addition & 1 deletion plugin/src/main/resources/data.bin
Original file line number Diff line number Diff line change
@@ -1 +1 @@
BUILD_NUM="1400"
BUILD_NUM="1401"
4 changes: 2 additions & 2 deletions plugin/src/main/resources/openaudiomc-build.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
BUILD_VERSION="1400"
BUILD_COMMIT="d46be3657f6a32f5a9b33ccba19238354246d040"
BUILD_VERSION="1401"
BUILD_COMMIT="8091a6e124197d00d448435a2fdbd13c74b07224"
BUILD_AUTHOR="Mats"

0 comments on commit 70e3047

Please sign in to comment.