Skip to content

Commit d73287e

Browse files
committed
Merge pull request #4 from Frege/frege-repl-3
Issue #3
2 parents 23fe380 + 65128aa commit d73287e

File tree

4 files changed

+290
-45
lines changed

4 files changed

+290
-45
lines changed

.gitignore

+4-1
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,7 @@ Thumbs.db
4545
Desktop.ini
4646

4747

48-
*.versionsBackup
48+
*.versionsBackup
49+
50+
# Ignore Intellij files
51+
*.iml

pom.xml

+2-3
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,15 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>frege</groupId>
55
<artifactId>frege-repl</artifactId>
6-
<version>1.0.1</version>
6+
<version>1.0.2-SNAPSHOT</version>
77
<packaging>jar</packaging>
88
<name>frege-repl</name>
99
<url>https://github.com/Frege/frege-repl</url>
1010
<properties>
1111
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1212
<project.build.sourceDirectory>src/main/frege</project.build.sourceDirectory>
13-
<frege.version>frege-3.21.232-g7b05453</frege.version>
1413
<frege.plugin.version>1.0.5</frege.plugin.version>
15-
<frege.scripting.version>1.0.0</frege.scripting.version>
14+
<frege.scripting.version>1.0.2-SNAPSHOT</frege.scripting.version>
1615
<jline.version>2.10</jline.version>
1716
<ecj.version>4.2.2</ecj.version>
1817
<junit.version>4.11</junit.version>

0 commit comments

Comments
 (0)