Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Syn-McJ committed Nov 4, 2024
1 parent 54002b4 commit 0edc363
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ For Swift library, [see this](https://github.com/syn-mcj/aa-swift).
## Installation

```
implementation("org.aakotlin:core:0.1.3")
implementation("org.aakotlin:alchemy:0.1.3")
implementation("org.aakotlin:core:0.1.4")
implementation("org.aakotlin:alchemy:0.1.4")
```

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

group = "org.aakotlin"
version = "0.1.3"
version = "0.1.4"

java {
sourceCompatibility = JavaVersion.VERSION_17
Expand Down
6 changes: 3 additions & 3 deletions alchemy/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
<parent>
<groupId>org.aakotlin</groupId>
<artifactId>aakotlin</artifactId>
<version>0.1.3</version>
<version>0.1.4</version>
<relativePath>../pom.xml</relativePath>
</parent>

<groupId>org.aakotlin</groupId>
<artifactId>alchemy</artifactId>
<version>0.1.3</version>
<version>0.1.4</version>
<name>alchemy</name>
<packaging>jar</packaging>

Expand All @@ -36,7 +36,7 @@
<dependency>
<groupId>org.aakotlin</groupId>
<artifactId>core</artifactId>
<version>0.1.3</version>
<version>0.1.4</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
}

group = "org.aakotlin"
version = "0.1.3"
version = "0.1.4"

java {
sourceCompatibility = JavaVersion.VERSION_17
Expand Down
4 changes: 2 additions & 2 deletions core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
<parent>
<groupId>org.aakotlin</groupId>
<artifactId>aakotlin</artifactId>
<version>0.1.3</version>
<version>0.1.4</version>
<relativePath>../pom.xml</relativePath>
</parent>

<groupId>org.aakotlin</groupId>
<artifactId>core</artifactId>
<version>0.1.3</version>
<version>0.1.4</version>
<name>core</name>
<packaging>jar</packaging>

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.aakotlin</groupId>
<artifactId>aakotlin</artifactId>
<version>0.1.3</version>
<version>0.1.4</version>
<packaging>pom</packaging>

<modules>
Expand Down Expand Up @@ -107,7 +107,7 @@
<plugin>
<groupId>org.sonatype.central</groupId>
<artifactId>central-publishing-maven-plugin</artifactId>
<version>0.3.0</version>
<version>0.6.0</version>
<extensions>true</extensions>
<configuration>
<publishingServerId>central</publishingServerId>
Expand Down

0 comments on commit 0edc363

Please sign in to comment.