Skip to content

Commit 0665c49

Browse files
committed
releasing 1.0.0
1 parent 6356ab7 commit 0665c49

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ repositories {
2727
}
2828
2929
dependencies {
30-
testCompile 'com.github.goerge:junit-jupiter-typed-params:0.1.0'
30+
testCompile 'com.github.goerge:junit-jupiter-typed-params:1.0.0'
3131
}
3232
```
3333
[![Release](https://jitpack.io/v/goerge/junit-jupiter-typed-params.svg?style=flat-square)](https://jitpack.io/#goerge/junit-jupiter-typed-params)

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ apply plugin: 'java'
66
apply plugin: 'maven'
77

88
group 'com.code-mentor'
9-
version '0.2.0-SNAPSHOT'
9+
version '1.0.0'
1010

1111
jar {
1212
archiveBaseName = project.name

0 commit comments

Comments
 (0)