Skip to content

Commit

Permalink
Bump version to v0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
WalkerKnapp committed Jul 21, 2021
1 parent ed44e57 commit df41306
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ repositories {
}
dependencies {
implementation "me.walkerknapp:cfi-java:0.0.1"
implementation "me.walkerknapp:cfi-java:0.0.2"
}
```

Expand All @@ -19,7 +19,7 @@ dependencies {
<dependency>
<groupId>me.walkerknapp</groupId>
<artifactId>cfi-java</artifactId>
<version>0.0.1</version>
<version>0.0.2</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
}

group = "me.walkerknapp"
version = "0.0.1"
version = "0.0.2"

java.sourceCompatibility = JavaVersion.VERSION_1_9

Expand Down

0 comments on commit df41306

Please sign in to comment.