Skip to content

Commit

Permalink
Bump version: 0.6.24
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexyIbrahim committed Nov 4, 2024
1 parent bd7b616 commit a76b7db
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion jitpack.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
install:
- FILE="-Dfile=kindlysdk-release.aar"
- mvn install:install-file $FILE -DgroupId=ai.kindly -DartifactId=chat-sdk -Dversion=0.6.23 -Dpackaging=aar -DpomFile=pom.xml # -DpomFile=pom.xml -DgeneratePom=true
- mvn install:install-file $FILE -DgroupId=ai.kindly -DartifactId=chat-sdk -Dversion=0.6.24 -Dpackaging=aar -DpomFile=pom.xml # -DpomFile=pom.xml -DgeneratePom=true
Binary file modified kindlysdk-release.aar
Binary file not shown.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>ai.kindly</groupId>
<artifactId>chat-sdk</artifactId>
<version>0.6.23</version>
<version>0.6.24</version>
<packaging>aar</packaging>
<name>Kindly SDK</name>
<description>Kindly pom file</description>
Expand Down Expand Up @@ -123,7 +123,7 @@
<dependency>
<groupId>com.pusher</groupId>
<artifactId>pusher-java-client</artifactId>
<version>2.4.0</version>
<version>2.4.4</version>
</dependency>
<dependency>
<groupId>com.squareup.okhttp3</groupId>
Expand Down

0 comments on commit a76b7db

Please sign in to comment.