Skip to content

Commit

Permalink
版本升级到1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cevin15 committed Mar 29, 2018
1 parent 5106ebc commit 5fa125f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ apply plugin: 'maven'

group = 'com.youbenzi'
sourceCompatibility = 1.7
version = '1.2.0'
version = '1.2.1'
jar {
manifest {
attributes 'Implementation-Title': 'mdtool',
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.youbenzi</groupId>
<artifactId>MDTool</artifactId>
<version>1.2.0</version>
<version>1.2.1</version>
<dependencies>
<dependency>
<groupId>junit</groupId>
Expand Down

0 comments on commit 5fa125f

Please sign in to comment.