Skip to content

Commit

Permalink
Bump version 1.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
cp-radhika-s committed Aug 16, 2023
1 parent 34d5cf5 commit 9f1e1a0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Publish

on: [ push ]
on:
push:
tags:
- '*'

jobs:
publish:
Expand Down
2 changes: 1 addition & 1 deletion countrypicker/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {

ext {
PUBLISH_GROUP_ID = 'com.canopas.jetcountrypicker'
PUBLISH_VERSION = '1.0.9-alpha02'
PUBLISH_VERSION = '1.0.9'
PUBLISH_ARTIFACT_ID = 'jetcountrypicker'
}
apply from: "${rootDir}/scripts/publish-module.gradle"
Expand Down

0 comments on commit 9f1e1a0

Please sign in to comment.