Skip to content

Commit

Permalink
Release v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
areina committed Nov 13, 2016
1 parent c176315 commit 96ac612
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file. This change

Nothing.

## [1.1.1] - 2016-11-13
### Fixed
- Fix url validation. Accept urls starting with http:// or https://

## [1.1.0] - 2016-10-23
### Fixed
- Fix entry detail scene with occasional squashed words
Expand All @@ -25,6 +29,7 @@ Nothing.
- Feed entry detail
- Settings scene for update your Elfeed url

[Unreleased]: https://github.com/areina/elfeed-cljsrn/compare/1.1.0...HEAD
[Unreleased]: https://github.com/areina/elfeed-cljsrn/compare/1.1.1...HEAD
[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
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,8 @@ android {
applicationId "com.elfeedcljsrn"
minSdkVersion 16
targetSdkVersion 22
versionCode 2
versionName "1.1.0"
versionCode 3
versionName "1.1.1"
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.0",
"version": "1.1.1",
"private": true,
"scripts": {
"start": "node_modules/react-native/packager/packager.sh --nonPersistent"
Expand Down

0 comments on commit 96ac612

Please sign in to comment.