Skip to content

Commit

Permalink
Release 1.0.8.
Browse files Browse the repository at this point in the history
  • Loading branch information
exKAZUu committed Aug 8, 2013
1 parent 37b9cb3 commit 9aa0a46
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGES.jp.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
CHANGES
========================

- 2013/08/08 Version 1.0.8
- Maven, SBT の簡易サンプルAIを追加
- 内部的な修正(試合結果の出力方法を変更,リプレイのJSONデータの改善)

- 2013/08/04 Version 1.0.7
- ネット対戦用のWebサイトで動作するようにサンプルAIを修正
- C#, Ruby, Python, PHP の簡易サンプルAIを追加
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name := "Terraforming"

version := "1.0.7"
version := "1.0.8"

scalaVersion := "2.10.2"

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<groupId>net.javachallenge</groupId>
<artifactId>Terraforming</artifactId>
<version>1.0.7</version>
<version>1.0.8</version>
<packaging>jar</packaging>

<name>${project.artifactId}</name>
Expand Down
2 changes: 1 addition & 1 deletion src/main/scala/net/aicomp/terraforming/Main.scala
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ object Main {
val logScrollPane = new JScrollPane(logArea)
val commandField = new JTextField()

val ret = builder.setTitle("Terraforming version 1.0.7")
val ret = builder.setTitle("Terraforming version 1.0.8")
.setWindowSize(1024, 740)
.setPanelSize(1024, 495)
.setWindowCreator(new WindowCreator() {
Expand Down

0 comments on commit 9aa0a46

Please sign in to comment.