Skip to content

Commit

Permalink
Merge pull request #37 from iamjosephmj/upgrade-library
Browse files Browse the repository at this point in the history
Remove circle ci
  • Loading branch information
iamjosephmj authored Jun 21, 2024
2 parents 2880dae + 3bfa2e3 commit 6807e61
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 28 deletions.
26 changes: 0 additions & 26 deletions .circleci/config.yml

This file was deleted.

4 changes: 2 additions & 2 deletions flinger/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -63,13 +63,13 @@ afterEvaluate {
create("release", MavenPublication::class) {
groupId = "io.iamjosephmj.flinger"
artifactId = "release"
version = "1.1.3"
version = "1.1.5"
}

create("debug", MavenPublication::class) {
groupId = "io.iamjosephmj.flinger"
artifactId = "release"
version = "1.1.3"
version = "1.1.5"
}
}
}
Expand Down

0 comments on commit 6807e61

Please sign in to comment.