We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56393c8 commit e59c4a1Copy full SHA for e59c4a1
CHANGELOG.md
@@ -6,6 +6,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
6
7
8
## [Unreleased]
9
+
10
11
+## [2.1.1] - 2016-12-01
12
### Added
13
- FlippingFunc in `ImageCreator.java` (ffd6fc3)
14
- BYTES field for class size (9dbd36f, 2991a98)
pom.xml
@@ -4,7 +4,7 @@
4
5
<groupId>integeruser.jgltut</groupId>
<artifactId>jgltut</artifactId>
- <version>2.1.1-SNAPSHOT</version>
+ <version>2.1.1</version>
<name>jgltut</name>
<description>Learning Modern 3D Graphics Programming with LWJGL 3 and JOML</description>
0 commit comments