Skip to content

Commit

Permalink
prepare rel-0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yasufumi0410 committed Jan 16, 2020
1 parent f11a7b1 commit 2ee1882
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
LTR4L change history

========== 0.2 / 2020-01-16 ===================================
========== 0.2.0 / 2020-01-16 ===================================

Important Notice

Expand Down
2 changes: 1 addition & 1 deletion src/test/java/org/ltr4l/VersionTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ public class VersionTest {

@Test
public void test() throws Exception {
Assert.assertEquals("0.2", Version.version);
Assert.assertEquals("0.2.0", Version.version);
}
}
2 changes: 1 addition & 1 deletion version.properties
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
#

PRODUCT_NAME=LTR4L
PRODUCT_VERSION=0.2
PRODUCT_VERSION=0.2.0

0 comments on commit 2ee1882

Please sign in to comment.