Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
Jevon Putra committed Dec 23, 2023
1 parent e549d93 commit 8e485a8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion calendar/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ publishing{
create<MavenPublication>("maven") {
groupId = "com.github.JOOctp"
artifactId = "Calendar"
version = "1.0.0"
version = "1.0.3"

pom {
description.set("My First release Custom Calendar View")
Expand Down
2 changes: 1 addition & 1 deletion jitpack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ before_install:
- ./scripts/prepareJitpackEnvironment.sh
install:
- FILE="-Dfile=calendar-release.aar" #com-atifqamar-customtoast.aar
- mvn install:install-file $FILE -DgroupId=com.github.JOOctp -DartifactId=Calendar -Dversion=1.0.0 -Dpackaging=aar -DgeneratePom=true
- mvn install:install-file $FILE -DgroupId=com.github.JOOctp -DartifactId=Calendar -Dversion=1.0.3 -Dpackaging=aar -DgeneratePom=true
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.JOOctp</groupId>
<artifactId>Calendar</artifactId>
<version>1.0.0</version> <!-- 1.0 -->
<version>1.0.3</version> <!-- 1.0 -->
<packaging>pom</packaging>
<description>First version release</description>
</project>

0 comments on commit 8e485a8

Please sign in to comment.