diff --git a/README.md b/README.md index 0128e553..cf823240 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ While exploring the log files is an essential part of troubleshooting, sometimes you may not want to go so deep. In fact, when you get an error, you may simply want to see what happened as fast as possible and in a clear way. LogoRRR is a tool that does precisely that and provides you with a quick way to filter out critical events or other points of interest. -![Screenshot of LogoRRR, version 22.3.0](docs/releases/22.3.0/screenshot-22.3.0.png?raw=true) +![Screenshot of LogoRRR, version 22.3.0](docs/releases/23.1.0/screenshot-23.1.0.png?raw=true) ## Basic usage diff --git a/build-intel.sh b/build-intel.sh index de8e26eb..438aebf1 100644 --- a/build-intel.sh +++ b/build-intel.sh @@ -2,4 +2,4 @@ # this can be configured by calling # env /usr/bin/arch -x86_64 /bin/zsh --login # on aarch64 macs -mvn clean install -T1C; open ./dist/dist-osx/installer-osx/target/installer/LogoRRR-22.3.0-x86_64.pkg +mvn clean install -POS.osx.x64 -T1C; open ./dist/dist-osx/installer-osx/target/installer/LogoRRR-23.1.0-x86_64.pkg diff --git a/build.sh b/build.sh index 499718ad..63914399 100755 --- a/build.sh +++ b/build.sh @@ -1 +1 @@ -mvn clean install -T1C; open ./dist/dist-osx/installer-osx/target/installer/LogoRRR-22.3.0-aarch64.pkg +mvn clean install -T1C; open ./dist/dist-osx/installer-osx/target/installer/LogoRRR-23.1.0-aarch64.pkg diff --git a/dist/dist-osx/installer-osx/verify-codesign.sh b/dist/dist-osx/installer-osx/verify-codesign.sh index 93386943..3b4b928f 100644 --- a/dist/dist-osx/installer-osx/verify-codesign.sh +++ b/dist/dist-osx/installer-osx/verify-codesign.sh @@ -13,4 +13,4 @@ codesign -v -v target/temporary-app-image/LogoRRR.app # validate notarization # we currently create pkg's not dmg's, following command was left here for documentation -# xcrun stapler validate target/unsigned-installer/LogoRRR-22.3.0.dmg \ No newline at end of file +# xcrun stapler validate target/unsigned-installer/LogoRRR-23.1.0.dmg \ No newline at end of file diff --git a/dist/dist-win/installer-win-jre/src/main/ai/logorrr-installer-jre.aip b/dist/dist-win/installer-win-jre/src/main/ai/logorrr-installer-jre.aip index b66dff3c..8c08d377 100644 --- a/dist/dist-win/installer-win-jre/src/main/ai/logorrr-installer-jre.aip +++ b/dist/dist-win/installer-win-jre/src/main/ai/logorrr-installer-jre.aip @@ -46,7 +46,7 @@ - + @@ -56,27 +56,27 @@ - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + @@ -192,7 +192,7 @@ - + diff --git a/dist/dist-win/installer-win/src/main/ai/logorrr-installer.aip b/dist/dist-win/installer-win/src/main/ai/logorrr-installer.aip index 32bab28e..6ffe945c 100644 --- a/dist/dist-win/installer-win/src/main/ai/logorrr-installer.aip +++ b/dist/dist-win/installer-win/src/main/ai/logorrr-installer.aip @@ -23,7 +23,7 @@ - + @@ -66,7 +66,7 @@ - + diff --git a/docs/releases/23.1.0/screenshot-23.1.0.png b/docs/releases/23.1.0/screenshot-23.1.0.png new file mode 100644 index 00000000..ade64ceb Binary files /dev/null and b/docs/releases/23.1.0/screenshot-23.1.0.png differ diff --git a/pom.xml b/pom.xml index 568b3df0..afe4d5be 100644 --- a/pom.xml +++ b/pom.xml @@ -10,7 +10,7 @@ UTF-8 - 22.3.0 + 23.1.0 -SNAPSHOT 2.13