Skip to content

Commit a8456fa

Browse files
committed
Version update 0.3
1 parent 66a7b74 commit a8456fa

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[![JitPack](https://jitpack.io/v/zetaapps/either.svg)](https://jitpack.io/#zetaapps/either)
22
[![Platform](https://img.shields.io/badge/platform-android-green.svg)](http://developer.android.com/index.html)
33
![SDK](https://img.shields.io/badge/SDK-15%2B-green.svg)
4-
![Release](https://img.shields.io/badge/release-0.2-green.svg)
4+
![Release](https://img.shields.io/badge/release-0.3-green.svg)
55
[![Build Status](https://travis-ci.org/zetaapps/either.svg??branch=master)](https://travis-ci.org/zetaapps/either)
66
[![CircleCI](https://circleci.com/gh/zetaapps/either.svg?style=svg)](https://circleci.com/gh/zetaapps/either)
77

@@ -23,6 +23,6 @@ Add jitpack to your root `build.gradle`
2323
Add the dependency
2424
```
2525
dependencies {
26-
compile 'com.github.zetaapps:either:0.2'
26+
compile 'com.github.zetaapps:either:0.3'
2727
}
2828
```

either/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ android {
88
minSdkVersion 15
99
targetSdkVersion 24
1010
versionCode 1
11-
versionName "0.2"
11+
versionName "0.3"
1212
}
1313
buildTypes {
1414
release {

0 commit comments

Comments
 (0)