Skip to content

Commit

Permalink
Merge pull request #56 from Udhayarajan/Udhayarajan-patch-1
Browse files Browse the repository at this point in the history
Update .gitignore
  • Loading branch information
Udhayarajan authored Feb 6, 2024
2 parents 5f4ce5b + cee7ddb commit 338dac1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/on_merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
# It actually triggers the build logic only if the files under src is modified.
paths:
- 'src/**'
- 'build.gradle.kts'
types: [ closed ]

jobs:
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@
/secring.txt
/private_base_64.key
/src/commonTest/
/java_pid1811.hprof
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ plugins {
}

group = "io.github.udhayarajan"
version = "5.8.4"
version = "5.8.0"
// Version Naming incremented if "<NEW_FEATURE_ADDED>.<WORKED_ON_BUG>.<BETA_VERSION_COUNT_OR_PRE_RELEASE>"
// Priority on incrementing Feature > BugFix > Beta

Expand Down

0 comments on commit 338dac1

Please sign in to comment.