Skip to content

Commit

Permalink
8.0.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
PseudoKnight committed Sep 4, 2020
1 parent 9f71eeb commit 2bad9ec
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,9 @@ createWorldDeny=You do not have access to that world
createConflict=Gate conflicts with existing gate
```
# Changes
#### [Version 0.8.0.2] PseudoKnight fork
- Fix player relative yaw when exiting portal
- Add color code support in lang files
#### [Version 0.8.0.1] PseudoKnight fork
- Fix slab check for portal exits
- Improve material checks for gate configuration
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.TheDgtl</groupId>
<artifactId>Stargate</artifactId>
<version>0.8.0.2-SNAPSHOT</version>
<version>0.8.0.2</version>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
Expand Down
2 changes: 1 addition & 1 deletion src/plugin.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Stargate
main: net.TheDgtl.Stargate.Stargate
version: 0.8.0.2-SNAPSHOT
version: 0.8.0.2
description: Stargate mod for Bukkit
author: Drakia
website: http://www.thedgtl.net
Expand Down

0 comments on commit 2bad9ec

Please sign in to comment.