Skip to content
This repository has been archived by the owner on Mar 3, 2020. It is now read-only.

Commit

Permalink
Updated version number 2.0.0 -> 2.1.0 (#37)
Browse files Browse the repository at this point in the history
2.0.0 to 2.1.0
* Update version number in README
* Update version number in gradle.properties
* Update version number in CHANGELOG
  • Loading branch information
elizahale authored and zlern2k committed Apr 14, 2018
1 parent e7e8343 commit a6dc1f3
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
Change Log
==========

## Version 2.1.0

* Added Year Class 2016 to classification model.

## Version 2.0.0

_2018-04-13_

* New classification model.

## Version 1.0.1
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,14 @@ Mappings as of this writing (RAM is a ceiling):
### Download
Download [the latest JARs](https://github.com/facebook/device-year-class/releases/latest) or grab via Gradle:
```groovy
compile 'com.facebook.device.yearclass:yearclass:2.0.0'
compile 'com.facebook.device.yearclass:yearclass:2.1.0'
```
or Maven:
```xml
<dependency>
<groupId>com.facebook.device.yearclass</groupId>
<artifactId>yearclass</artifactId>
<version>2.0.0</version>
<version>2.1.0</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ org.gradle.jvmargs=-Xmx1536m
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
# org.gradle.parallel=true

VERSION_NAME=2.0.0
VERSION_NAME=2.1.0
GROUP=com.facebook.device.yearclass

0 comments on commit a6dc1f3

Please sign in to comment.