Merge pull request #2677 from matrix-org/rav/spec_r0.3.0

Declare support for r0.3.0
This commit is contained in:
Richard van der Hoff 2017-11-15 17:10:45 +00:00 committed by GitHub
commit 117a8c0d35
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,6 +30,7 @@ class VersionsRestServlet(RestServlet):
"r0.0.1",
"r0.1.0",
"r0.2.0",
"r0.3.0",
]
})