Skip to content

Commit

Permalink
set version to 3.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Dario Elyasy authored and beyondeye committed May 15, 2023
1 parent 273b39c commit 4e1a82c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ buildscript {
ext {
// note that if VERSION_NAME ends with '-SNAPSHOT' then the version is considered a snapshot
// VERSION_NAME='3.4.0-SNAPSHOT' //GLOBAL VERSION FOR REDUKS libs
VERSION_NAME='3.4.1' //GLOBAL VERSION FOR REDUKS libs
VERSION_NAME='3.4.2' //GLOBAL VERSION FOR REDUKS libs
POM_NAME='Reduks: Reduxjs for Kotlin+Android'
GROUP_MAVEN_PUSH= 'com.github.beyondeye.reduks' //used by maven-push: MAKE SURE THAT THIS MATCHES group DEFINED BELOW IN THIS FILE AND USED BY JITPACK
//TODO: decide when to migrate to 1.8: see https://developer.android.com/studio/write/java8-support.html
Expand Down

0 comments on commit 4e1a82c

Please sign in to comment.