Skip to content

Commit e32d970

Browse files
committed
v0.3
1 parent d61ac03 commit e32d970

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ android {
2222
}
2323
}
2424
25-
def rotor_version = "0.2"
25+
def rotor_version = "0.3"
2626
2727
dependencies {
2828
implementation ("com.rotor:core:$rotor_version@aar") {

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
buildscript {
44
ext.kotlin_version = '1.2.41'
5-
ext.rotor_version = '0.2'
5+
ext.rotor_version = '0.3'
66

77
repositories {
88
google()

0 commit comments

Comments
 (0)