Skip to content

Commit

Permalink
Fix versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
pmendelski committed May 2, 2021
1 parent 6f91939 commit 0631602
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

## Unreleased

## [0.1.1] - 2021-05-02
## [0.1.2] - 2021-05-02
### Added
- Initialize quark-common

[Unreleased]: https://github.com/coditory/quark-common/compare/v0.1.1...HEAD
[0.1.1]: https://github.com/coditory/quark-common/releases/tag/v0.1.1
[Unreleased]: https://github.com/coditory/quark-common/compare/v0.1.2...HEAD
[0.1.2]: https://github.com/coditory/quark-common/releases/tag/v0.1.2
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ plugins {
id 'io.github.gradle-nexus.publish-plugin' version '1.1.0' apply false
}

group = 'com.coditory.common'
group = 'com.coditory.quark'
description = 'Coditory common library'

dependencies {
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version=0.1.3
version=0.1.1
2 changes: 1 addition & 1 deletion gradle/publish.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ publishing {
pom {
name = archivesBaseName
description = project.description
url = 'https://github.com/coditory/coditory-common'
url = 'https://github.com/coditory/quark-common'
organization {
name = "Coditory"
url = "https://coditory.com"
Expand Down

0 comments on commit 0631602

Please sign in to comment.