Skip to content

Commit fe61846

Browse files
chore: update version
1 parent 454bfa0 commit fe61846

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ buildConfig {
3737

3838
// App version.
3939
buildConfigField 'int', 'VERSION_CODE', '6'
40-
buildConfigField 'String', 'VERSION', '0.2.0'
40+
buildConfigField 'String', 'VERSION', '0.2.1'
4141

4242
// Logging.
4343
buildConfigField 'String', 'ENV', project.hasProperty('env') ? env : 'production'

0 commit comments

Comments
 (0)