Skip to content

Commit

Permalink
Increase version to 1.3.0-alpha01
Browse files Browse the repository at this point in the history
  • Loading branch information
kode-android committed Mar 11, 2024
1 parent 8841d00 commit bf612b1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## 1.3.0-alpha01
* Add experimental logic to configure build tag pattern (buildTagPattern). But now it has restrictions: for example, in tag name should be only one - delimiter

## 1.2.0
* Hide firebase app distribution plugin inside, and add logic to apply it only if required
* Add `useVersionsFromTag` property inside OutputConfig to disable logic when versions and file names is applied from tag
Expand Down
2 changes: 1 addition & 1 deletion plugin-build/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {

allprojects {
group = "ru.kode.android"
version = "1.2.0"
version = "1.3.0-alpha01"
}

val dependsOnRecursivelyByName = { task: Task, name: String ->
Expand Down

0 comments on commit bf612b1

Please sign in to comment.