Skip to content

Commit

Permalink
chore(): update version
Browse files Browse the repository at this point in the history
  • Loading branch information
Leibnizhu committed Jun 24, 2020
1 parent a7616b7 commit 64abe50
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README-zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Nusadua为Java提供了方法参数默认值重载的语法糖, 可以用来简
<dependency>
<groupId>io.github.leibnizhu</groupId>
<artifactId>nusadua</artifactId>
<version>0.0.1</version>
<version>0.0.2</version>
</dependency>
```
在Scala里, 是这样定义方法参数的默认值的:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Add dependency, for example, in Maven `pom.xml` file:
<dependency>
<groupId>io.github.leibnizhu</groupId>
<artifactId>nusadua</artifactId>
<version>0.0.1</version>
<version>0.0.2</version>
</dependency>
```
In Scala, we define a method with default value like:
Expand Down
2 changes: 1 addition & 1 deletion nusadua/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.github.leibnizhu</groupId>
<artifactId>nusadua</artifactId>
<version>0.0.1</version>
<version>0.0.2</version>
<name>nusadua</name>
<url>https://github.com/Leibnizhu/Nusadua</url>
<description>Java Method Overload Optimizer</description>
Expand Down

0 comments on commit 64abe50

Please sign in to comment.