Skip to content

Commit

Permalink
Release v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
SpaceFox committed Mar 2, 2022
1 parent fc4b34d commit 82d84d2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,7 @@ if (JavaVersion.current() < JavaVersion.VERSION_1_8) {
}

group 'fr.spacefox'
archivesBaseName = 'confusable-homoglyphs'
version '1.1.0'

sourceCompatibility = 1.8
version '1.1.1'

repositories {
mavenCentral()
Expand Down Expand Up @@ -74,6 +71,9 @@ publishing {
publications {
mavenJava(MavenPublication) {
pom {
groupId = project.group
name = project.name
from components.java
name = 'Confusable Homoglyphs'
description = 'A tool to deal with Unicode characters that looks like each other an can be confused - a.k.a confusable homoglyphs'
url = 'https://github.com/SpaceFox/confusable-homoglyphs'
Expand Down

0 comments on commit 82d84d2

Please sign in to comment.