Skip to content

Commit 69cc3de

Browse files
committed
version 1.0.1
1 parent 8124d90 commit 69cc3de

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGES.TXT

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
2002-06-21
1+
2020-12-12
2+
3+
Backport '/' bug fix.
4+
5+
2020-06-21
26

37
Reworked Readme. Added Code of Conduct and Contributing docs.
48

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>gleam-lang</groupId>
88
<artifactId>gleam</artifactId>
9-
<version>1.0.0</version>
9+
<version>1.0.1</version>
1010
<dependencies>
1111
<dependency>
1212
<groupId>junit</groupId>

src/main/java/gleam/Gleam.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
public class Gleam
3939
{
4040
// Gleam release number
41-
private static final String RELEASE="1.0.0";
41+
private static final String RELEASE="1.0.1";
4242

4343
// Dump env symbol (for debugging)
4444
private static final Symbol cEnv = Symbol.makeSymbol("!e");

0 commit comments

Comments
 (0)