Skip to content

Commit

Permalink
Merge pull request #1075 from aeternity/release/v0.8.10
Browse files Browse the repository at this point in the history
Release 0.8.10
  • Loading branch information
davidyuk authored Aug 8, 2019
2 parents c94c66c + 7683d26 commit dc9602d
Show file tree
Hide file tree
Showing 64 changed files with 963 additions and 458 deletions.
3 changes: 3 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,6 @@ trim_trailing_whitespace = true

[/config.xml]
indent_size = 4

[*.webmanifest]
indent_size = 4
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
matrix:
include:
- language: node_js
dist: trusty
node_js: '10'
script: scripts/test.sh

- language: android
dist: trusty
android:
components:
- build-tools-28.0.3
Expand Down
2 changes: 1 addition & 1 deletion config.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='utf-8'?>
<widget id="com.aeternity.base" version="0.8.9" xmlns="http://www.w3.org/ns/widgets" xmlns:android="http://schemas.android.com/apk/res/android" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<widget id="com.aeternity.base" version="0.8.10" xmlns="http://www.w3.org/ns/widgets" xmlns:android="http://schemas.android.com/apk/res/android" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>Base æpp</name>
<author href="https://aeternity.com">
aeternity developers
Expand Down
250 changes: 102 additions & 148 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aepp-base",
"version": "0.8.9",
"version": "0.8.10",
"author": "Sascha Hanse <[email protected]>",
"private": true,
"scripts": {
Expand All @@ -21,7 +21,7 @@
"i18n:report": "vue-i18n-extract report --vueFiles './src/**/*.?(js|vue)' --languageFiles './src/locales/**/*.json'"
},
"dependencies": {
"@aeternity/aepp-sdk": "^4.2.0",
"@aeternity/aepp-sdk": "^4.3.0",
"@aeternity/bip39": "^0.1.0",
"@aeternity/hd-wallet": "^0.2.0",
"@aeternity/ledger-app-api": "0.1.0",
Expand Down
Loading

0 comments on commit dc9602d

Please sign in to comment.