Merge pull request #2210 from vector-im/markjh/megolm

Update the version of olm to 1.3.0
pull/2280/head
Matthew Hodgson 2016-09-16 17:30:51 +01:00 committed by GitHub
commit 196b352b9a
1 changed files with 1 additions and 1 deletions

View File

@ -90,6 +90,6 @@
"webpack": "^1.12.14" "webpack": "^1.12.14"
}, },
"optionalDependencies": { "optionalDependencies": {
"olm": "https://matrix.org/packages/npm/olm/olm-1.2.0.tgz" "olm": "https://matrix.org/packages/npm/olm/olm-1.3.0.tgz"
} }
} }