Skip to content
This repository has been archived by the owner on Sep 19, 2024. It is now read-only.

Commit

Permalink
Prepare for release
Browse files Browse the repository at this point in the history
- Fixes #2
  • Loading branch information
ShaneBeee committed Mar 17, 2020
1 parent 7acf9f9 commit 5470491
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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>tk.shanebee</groupId>
<artifactId>SkBee</artifactId>
<version>1.0.1</version>
<version>1.0.2</version>

<properties>
<maven.compiler.source>1.8</maven.compiler.source>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
@Examples({"spawn a zombie at player", "set no clip state of last spawned zombie to true",
"set {_var} to no clip state of last spawned sheep",
"loop all entities in radius 5 around player:", "\tset no clip state of loop-entity to true", "\tpush loop-entity up with speed 5"})
@Since("INSERT VERSION")
@Since("1.0.2")
public class ExprNoClip extends SimpleExpression<Boolean> {

static {
Expand Down

0 comments on commit 5470491

Please sign in to comment.