Skip to content

Commit

Permalink
version and README updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Vasily Karyaev committed Sep 3, 2016
1 parent 0490408 commit fe58f22
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ MaleOrang is written in [Kotlin language](https://kotlinlang.org/) and can be us
Currently MaleOrang has wrappers for a limited number of MailChimp API methods, namely:
* [Members methods](http://developer.mailchimp.com/documentation/mailchimp/reference/lists/members/)
* [Batch Operations methods](http://developer.mailchimp.com/documentation/mailchimp/reference/batches/)
* Some of [Lists methods](http://developer.mailchimp.com/documentation/mailchimp/reference/lists/)

However, it is easy to extend the API and add support for any method you need (see the samples below).

Expand Down
2 changes: 1 addition & 1 deletion publish.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apply plugin: 'signing'

group = 'com.ecwid'
archivesBaseName = "maleorang"
version = '3.0-0.9.2'
version = '3.0-0.9.3'

task javadocJar(type: Jar) {
classifier = 'javadoc'
Expand Down

0 comments on commit fe58f22

Please sign in to comment.