Skip to content
This repository has been archived by the owner on May 8, 2019. It is now read-only.

Commit

Permalink
Merge pull request #1243 from 47deg/javi-version-67
Browse files Browse the repository at this point in the history
Release candidate, version 67
  • Loading branch information
Javi Pacheco authored Jan 30, 2017
2 parents 84be1f7 + 7d570b5 commit cbbd1a9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 2016/01/30 - Version Name: 2.0.10-rc - Version Code: 67

* Improved the experience when the user back to the launcher from App Drawer
* New technical documentation
* Changed URL for sharing collections
* Some bugs fixed in UI

## 2016/12/23 - Version Name: 2.0.9-beta - Version Code: 66

* The user can add Bluetooth devices to Moment
Expand Down
4 changes: 2 additions & 2 deletions project/Settings.scala
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ object Settings extends SiteKeys {
case None => ""
}

lazy val androidVersionName = "2.0.9-beta"
lazy val androidVersionCode = 66
lazy val androidVersionName = "2.0.10-rc1"
lazy val androidVersionCode = 67

// App Module
lazy val appSettings = basicSettings ++ multiDex ++ customS3Settings ++ crashlyticsSettings ++
Expand Down

0 comments on commit cbbd1a9

Please sign in to comment.