Skip to content

Commit

Permalink
Bump version to 1.1.3
Browse files Browse the repository at this point in the history
Yes most of this work was done months ago and should've been merged then, got real busy

4/27/2021 1.1.3:
* Improve transparent material compatibility
* Fix handling materials with keyless commands/values
* Move all temporary files to system temp folder
  • Loading branch information
Dylancyclone committed Apr 28, 2021
1 parent 06444ec commit ce81fc9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
4/27/2021 1.1.3:
* Improve transparent material compatibility
* Fix handling materials with keyless commands/values
* Move all temporary files to system temp folder

7/08/2020 1.1.2:
* Massively improve conversion speed (up to 670% on large maps)
* Fix Crowbar `DecompileFolderForEachModelIsChecked` setting causing issues
Expand Down
4 changes: 2 additions & 2 deletions 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.2</version>
<version>1.1.3</version>
<packaging>jar</packaging>

<name>VMF2OBJ</name>
Expand All @@ -18,7 +18,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>3.8.1</version>
<version>4.13.1</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit ce81fc9

Please sign in to comment.