Skip to content

Commit

Permalink
Bump version to v1.1.1 and add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Dylancyclone committed Jun 30, 2020
1 parent 86ab7fa commit 5b973a5
Show file tree
Hide file tree
Showing 3 changed files with 12 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-1.1.0-jar-with-dependencies.jar [VMF_FILE] [OUTPUT_FILE] [VPK_PATHS]`
`mvn package;java -jar ./target/VMF2OBJ-1.1.1-jar-with-dependencies.jar [VMF_FILE] [OUTPUT_FILE] [VPK_PATHS]`

```
usage: vmf2obj [VMF_FILE] [OUTPUT_FILE] [VPK_PATHS] [args...]
Expand Down
10 changes: 10 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
6/29/2020 1.1.1:
* Fix displacements
* Fix some models' QC being unfindable

6/28/2020 1.1.0:
+ Add support for multiple external paths
+ Add support for CS:GO's unformscale prop keyvalue

6/27/2020 1.0.0:
+ Initial Release
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>1.1.0</version>
<version>1.1.1</version>
<packaging>jar</packaging>

<name>VMF2OBJ</name>
Expand Down

0 comments on commit 5b973a5

Please sign in to comment.