We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1a9db3 commit d6a0fd7Copy full SHA for d6a0fd7
3 files changed
README.md
@@ -24,14 +24,14 @@ To install via Maven:
24
<dependency>
25
<groupId>de.fxlae</groupId>
26
<artifactId>typeid-java</artifactId>
27
- <version>0.3.0</version>
+ <version>0.3.1</version>
28
</dependency>
29
```
30
31
For installation via Gradle:
32
33
```kotlin
34
-implementation("de.fxlae:typeid-java:0.3.0")
+implementation("de.fxlae:typeid-java:0.3.1")
35
36
37
## Usage
build-conventions/src/main/kotlin/de/fxlae/typeid/typeid.library-conventions.gradle.kts
@@ -5,7 +5,7 @@ plugins {
5
}
6
7
group = "de.fxlae"
8
-version = "0.3.0"
+version = "0.3.1"
9
10
java {
11
withJavadocJar()
lib/src/main/java/de/fxlae/typeid/lib/TypeIdLib.java
@@ -39,7 +39,7 @@ public final class TypeIdLib {
39
NOOP, NOOP, NOOP, NOOP, NOOP, NOOP, NOOP, NOOP, NOOP, NOOP,
40
NOOP, NOOP, NOOP, NOOP, NOOP, NOOP, NOOP, 0x0A, 0x0B, 0x0C, // a, b, c
41
0x0D, 0x0E, 0x0F, 0x10, 0x11, NOOP, 0x12, 0x13, NOOP, 0x14, // d, e, f, g, h, j, k, m
42
- 0x15, NOOP, 0x16, 0x17, 0x18, 0x19, 0x1A, NOOP, 0x1B, 0x1C, // n, p, q, r, s, value, v, w
+ 0x15, NOOP, 0x16, 0x17, 0x18, 0x19, 0x1A, NOOP, 0x1B, 0x1C, // n, p, q, r, s, t, v, w
43
0x1D, 0x1E, 0x1F, NOOP, NOOP, NOOP, NOOP, NOOP, NOOP, NOOP, // x, y, z
44
45
0 commit comments