Skip to content

Commit

Permalink
Bump version to 2.0.0-rc.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Dylancyclone committed Oct 20, 2021
1 parent fda7274 commit a31c83b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Watch a demonstration video:

From the root directory, run:

`mvn package;java -jar ./target/VMF2OBJ-2.0.0-rc.2-jar-with-dependencies.jar [VMF_FILE] [args...]`
`mvn package;java -jar ./target/VMF2OBJ-2.0.0-rc.3-jar-with-dependencies.jar [VMF_FILE] [args...]`

```
usage: vmf2obj [VMF_FILE] [args...]
Expand Down
1 change: 1 addition & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
* Fix displacements being exported incorrectly
* Fix compatibility with new large VMT files
* Fix compatibility with VMT files that have GPU conditional statements
* Fix achievement arrays causing crashes

4/27/2021 1.1.3:
* Improve transparent material compatibility
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.lathrum.VMF2OBJ</groupId>
<artifactId>VMF2OBJ</artifactId>
<version>2.0.0-rc.2</version>
<version>2.0.0-rc.3</version>
<packaging>jar</packaging>

<name>VMF2OBJ</name>
Expand Down

0 comments on commit a31c83b

Please sign in to comment.