Skip to content

Commit 70e17ea

Browse files
author
Evan Hu
committed
v3.1.3
1 parent cc30d68 commit 70e17ea

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<modelVersion>4.0.0</modelVersion>
77
<groupId>info.xiaomo</groupId>
88
<artifactId>g-engine</artifactId>
9-
<version>3.1.1</version>
9+
<version>3.1.3</version>
1010

1111
<properties>
1212
<maven.compiler.source>1.8</maven.compiler.source>

src/main/java/info/xiaomo/gengine/struct/Bits.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package com.jzy.game.engine.struct;
1+
package info.xiaomo.gengine.struct;
22

33
/**
44
* A bitset, without size limitation, allows comparison via bitwise operators to other bitfields.

0 commit comments

Comments
 (0)