Skip to content

Commit

Permalink
1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
double-beep authored Aug 28, 2024
1 parent fc0ded5 commit 3528141
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -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
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down Expand Up @@ -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

-----

Expand Down
2 changes: 1 addition & 1 deletion docs/run.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

-----

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>bugs.stackoverflow</groupId>
<artifactId>belisarius</artifactId>
<version>1.7.1</version>
<version>1.8.0</version>

<properties>
<project.java.version>11</project.java.version>
Expand Down
2 changes: 1 addition & 1 deletion properties/login.example.properties
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ higgsSecret=abc123DEF456
outputMessage=false
useRedunda=true
redundaKey=your_key_here
version=1.7.1
version=1.8.0

0 comments on commit 3528141

Please sign in to comment.