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

Update the version of olm to 1.3.0
This commit is contained in:
Matthew Hodgson
2016-09-16 17:30:51 +01:00
committed by GitHub

View File

@@ -90,6 +90,6 @@
"webpack": "^1.12.14"
},
"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"
}
}