Skip to content

Commit

Permalink
Bump version number to 1.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
double-beep committed Oct 23, 2020
1 parent 2cb6398 commit 35f9e14
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ Clone the repository and build it with Maven:
- Edit the `properties/login.properties` file with some correct information.
- Run the bot with the following command:

java -cp target/belisarius-*.jar:./lib/* bugs.stackoverflow.belisarius.Application
java -cp target/belisarius-1.6.2.jar:./lib/* bugs.stackoverflow.belisarius.Application

-----

Expand Down
4 changes: 2 additions & 2 deletions docs/run.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ Clone the repository and build it with Maven:
- Edit the `properties/login.properties` file with the information you like.
- Run the bot with the following command:

java -cp target/belisarius-*.jar:./lib/* bugs.stackoverflow.belisarius.Application
java -cp target/belisarius-1.6.2.jar:./lib/* bugs.stackoverflow.belisarius.Application

-----

If you want to changes the log location, then edit `src/main/resources/log4j.xml` and change the path in line 16.
However, you should build the project again with `mvn install`, so that the changes are applied.
However, you should build the project again with `mvn install`, so that the changes are applied.
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.6.1</version>
<version>1.6.2</version>

<properties>
<project.java.version>1.8</project.java.version>
Expand Down
2 changes: 1 addition & 1 deletion properties/login.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.6.0
version=1.6.2

0 comments on commit 35f9e14

Please sign in to comment.