Skip to content

Commit 087bcd5

Browse files
authored
Merge pull request #8 from muradeliyev/develop
5.0.2-beta04
2 parents 615b1e6 + 6365b18 commit 087bcd5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Release
33
on:
44
push:
55
tags:
6-
- '[0-9]+\\.[0-9]+\\.[0-9]+(-[A-Za-z0-9._]+)?'
6+
- '[0-9]+.[0-9]+.[0-9]+*'
77

88
jobs:
99
build:

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Upload configuration
22
USER = muradeliyev
33
GROUP = io.github.muradeliyev
4-
VERSION_NAME = 5.0.2-beta03
4+
VERSION_NAME = 5.0.2-beta04
55
POM_NAME = PermissionsDispatcher
66
POM_DESCRIPTION = A declarative API to handle Android runtime permissions.
77
POM_INCEPTION_YEAR = 2015

0 commit comments

Comments
 (0)