Skip to content

Commit e31fa25

Browse files
author
Alexander Steen
committed
bump version to 1.1
1 parent 4d2c903 commit e31fa25

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ lazy val parserLib = ProjectRef(uri("git://github.com/leoprover/scala-tptp-parse
33
lazy val rio = (project in file("."))
44
.settings(
55
name := "rio",
6-
version := "1.0",
6+
version := "1.1",
77
description := "A reasoner for Input/Output logics",
88
organization := "net.aurelee",
99
scalaVersion := "2.13.4",

src/main/scala/net/aurelee/rio/Main.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import java.io.FileNotFoundException
99

1010
object Main {
1111
final val name: String = "rio"
12-
final val version: String = "1.0"
12+
final val version: String = "1.1"
1313

1414
private[this] var inputFileName = ""
1515
private[this] var outOperatorParameter: Option[String] = None

0 commit comments

Comments
 (0)