release 0.0.3.3
This commit is contained in:
parent
57669017bd
commit
c7283c60a1
2 changed files with 5 additions and 1 deletions
|
|
@ -1,3 +1,7 @@
|
||||||
|
# 0.0.3.3
|
||||||
|
|
||||||
|
* Switch Gemfile source to https to be compatible with bundler 1.3
|
||||||
|
|
||||||
# 0.0.3.2
|
# 0.0.3.2
|
||||||
|
|
||||||
* Fix XSS vulnerability in conversations#new [#4010](https://github.com/diaspora/diaspora/issues/4010)
|
* Fix XSS vulnerability in conversations#new [#4010](https://github.com/diaspora/diaspora/issues/4010)
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
defaults:
|
defaults:
|
||||||
version:
|
version:
|
||||||
number: "0.0.3.2"
|
number: "0.0.3.3"
|
||||||
heroku: false
|
heroku: false
|
||||||
environment:
|
environment:
|
||||||
url: "http://localhost:3000/"
|
url: "http://localhost:3000/"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue