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 Mar 26, 2024
1 parent 4ce3265 commit c82fc53
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 12 deletions.
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.0"
version = "0.1.3"

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.2</version>
<version>0.1.3</version>
<relativePath>../pom.xml</relativePath>
</parent>

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

Expand All @@ -36,7 +36,7 @@
<dependency>
<groupId>org.aakotlin</groupId>
<artifactId>core</artifactId>
<version>0.1.2</version>
<version>0.1.3</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath("com.android.tools.build:gradle:8.2.2")
classpath("com.android.tools.build:gradle:8.3.1")
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion")
classpath("org.jetbrains.kotlin:kotlin-serialization:$kotlinVersion")

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.0"
version = "0.1.3"

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.2</version>
<version>0.1.3</version>
<relativePath>../pom.xml</relativePath>
</parent>

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

Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Sat Jun 05 16:44:59 ICT 2021
distributionBase=GRADLE_USER_HOME
distributionUrl=https\://services.gradle.org/distributions/gradle-8.2-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.4-bin.zip
distributionPath=wrapper/dists
zipStorePath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
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.2</version>
<version>0.1.3</version>
<packaging>pom</packaging>

<modules>
Expand Down Expand Up @@ -116,4 +116,4 @@
</plugin>
</plugins>
</build>
</project>
</project>
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ pluginManagement {
kotlin("jvm") version "1.9.10"
id("com.android.library") version "8.2.0-rc02"
id("org.jetbrains.kotlin.android") version "1.9.10"
id("com.android.application") version "8.2.2"
id("com.android.application") version "8.3.1"
}
repositories {
gradlePluginPortal()
Expand Down

0 comments on commit c82fc53

Please sign in to comment.