diff --git a/LICENSE b/LICENSE index e0b5f5c..440a460 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2020 SOBotics +Copyright (c) 2024 SOBotics Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index 3939cea..fd8ba4d 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # Belisarius - Detecting vandalism on Stack Overflow -![Test](https://github.com/SOBotics/Belisarius/workflows/Test/badge.svg) +![Test](https://github.com/SOBotics/Belisarius/workflows/Test/badge.svg)   +[![License: MIT](https://img.shields.io/badge/License-MIT-brightgreen.svg)](https://opensource.org/licenses/MIT) ## Background @@ -83,7 +84,7 @@ A sample image of a report is: - Start the bot by running: - java -cp target/belisarius-1.7.1.jar:./lib/* bugs.stackoverflow.belisarius.Application + java -cp target/belisarius-1.8.0.jar:./lib/* bugs.stackoverflow.belisarius.Application ----- diff --git a/docs/run.md b/docs/run.md index 85cccc3..bb53ffd 100644 --- a/docs/run.md +++ b/docs/run.md @@ -25,7 +25,7 @@ - Start the bot by running: - java -cp target/belisarius-1.7.1.jar:./lib/* bugs.stackoverflow.belisarius.Application + java -cp target/belisarius-1.8.0.jar:./lib/* bugs.stackoverflow.belisarius.Application ----- diff --git a/pom.xml b/pom.xml index 7422ed8..3380c9e 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ bugs.stackoverflow belisarius - 1.7.1 + 1.8.0 11 diff --git a/properties/login.example.properties b/properties/login.example.properties index eb0024c..3388f7d 100644 --- a/properties/login.example.properties +++ b/properties/login.example.properties @@ -10,4 +10,4 @@ higgsSecret=abc123DEF456 outputMessage=false useRedunda=true redundaKey=your_key_here -version=1.7.1 +version=1.8.0