From a1fcd61f240cd1f393d58341ef41bf62a8fbc8c5 Mon Sep 17 00:00:00 2001 From: mizuky fujitani Date: Mon, 22 Aug 2016 10:01:44 +0900 Subject: [PATCH] =?UTF-8?q?=E3=83=90=E3=83=BC=E3=82=B8=E3=83=A7=E3=83=B3?= =?UTF-8?q?=E7=95=AA=E5=8F=B7=E3=82=92=E3=82=A4=E3=83=B3=E3=82=AF=E3=83=AA?= =?UTF-8?q?=E3=83=A1=E3=83=B3=E3=83=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 2 +- src/main/resources/application.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 19e0d02..c6c8f15 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ org.unclazz metaversion MetaVersion - 1.3.4-RELEASE + 1.3.5-RELEASE war diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 6ee0f05..3b907fb 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -9,5 +9,5 @@ metaversion.default.admin.name=administrator metaversion.default.admin.password=6zz5t6e7 metaversion.logimport.revision.range=1000 metaversion.application.name=MetaVersion -metaversion.application.version=1.3.4 +metaversion.application.version=1.3.5 metaversion.csv.charset=Shift_JIS