Skip to content

Commit

Permalink
Release v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
areina committed Jan 5, 2017
1 parent d577736 commit fda9316
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Change Log
All notable changes to this project will be documented in this file. This change log follows the conventions of [keepachangelog.com](http://keepachangelog.com/).

## [Unreleased]
## [1.2.0] - 2017-01-05
### Changed
- Clean unnecessary code
- Simplify layout code
Expand Down Expand Up @@ -42,7 +42,8 @@ All notable changes to this project will be documented in this file. This change
- Feed entry detail
- Settings scene for update your Elfeed url

[Unreleased]: https://github.com/areina/elfeed-cljsrn/compare/1.1.1...HEAD
[Unreleased]: https://github.com/areina/elfeed-cljsrn/compare/1.2.0...HEAD
[1.2.0]: https://github.com/areina/elfeed-cljsrn/compare/1.1.1...1.2.0
[1.1.1]: https://github.com/areina/elfeed-cljsrn/compare/1.1.0...1.1.1
[1.1.0]: https://github.com/areina/elfeed-cljsrn/compare/1.0.0...1.1.0
[1.0.0]: https://github.com/areina/elfeed-cljsrn/compare/c5668e2...1.0.0
6 changes: 3 additions & 3 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -90,14 +90,14 @@ def enableProguardInReleaseBuilds = false

android {
compileSdkVersion 23
buildToolsVersion "23.0.1"
buildToolsVersion "25.0.1"

defaultConfig {
applicationId "com.elfeedcljsrn"
minSdkVersion 16
targetSdkVersion 22
versionCode 3
versionName "1.1.1"
versionCode 4
versionName "1.2.0"
ndk {
abiFilters "armeabi-v7a", "x86"
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ElfeedCljsrn",
"version": "1.1.1",
"version": "1.2.0",
"private": true,
"scripts": {
"start": "node_modules/react-native/packager/packager.sh --nonPersistent",
Expand Down

0 comments on commit fda9316

Please sign in to comment.