diff --git a/README.md b/README.md index 714e3a8..3b6455a 100644 --- a/README.md +++ b/README.md @@ -17,13 +17,13 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in scrumblr is a web-based simulation of a physical agile kanban board that supports real-time collaboration. it is built using node.js, websockets (using socket.io), CSS3, and jquery. -**Shipped version:** 0.2.1~ynh1 +**Shipped version:** 0.2.1~ynh2 **Demo:** http://scrumblr.ca/ ## Screenshots -![](./doc/screenshots/687474703a2f2f736372756d626c722e63612f696d616765732f73637265656e73686f742e706e67.png) +![](./doc/screenshots/post-it_demo.png) ## Documentation and resources diff --git a/README_fr.md b/README_fr.md index b40c209..8810627 100644 --- a/README_fr.md +++ b/README_fr.md @@ -13,13 +13,13 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour scrumblr is a web-based simulation of a physical agile kanban board that supports real-time collaboration. it is built using node.js, websockets (using socket.io), CSS3, and jquery. -**Version incluse :** 0.2.1~ynh1 +**Version incluse :** 0.2.1~ynh2 **Démo :** http://scrumblr.ca/ ## Captures d'écran -![](./doc/screenshots/687474703a2f2f736372756d626c722e63612f696d616765732f73637265656e73686f742e706e67.png) +![](./doc/screenshots/post-it_demo.png) ## Documentations et ressources diff --git a/doc/screenshots/687474703a2f2f736372756d626c722e63612f696d616765732f73637265656e73686f742e706e67.png b/doc/screenshots/687474703a2f2f736372756d626c722e63612f696d616765732f73637265656e73686f742e706e67.png deleted file mode 100644 index aa3742f..0000000 Binary files a/doc/screenshots/687474703a2f2f736372756d626c722e63612f696d616765732f73637265656e73686f742e706e67.png and /dev/null differ diff --git a/doc/screenshots/post-it_demo.png b/doc/screenshots/post-it_demo.png new file mode 100644 index 0000000..b79c75f Binary files /dev/null and b/doc/screenshots/post-it_demo.png differ diff --git a/manifest.json b/manifest.json index 7dfc97e..0a94081 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Software for post-it notes", "fr": "Application pour créer des post-it" }, - "version": "0.2.1~ynh1", + "version": "0.2.1~ynh2", "url": "http://www.scrumblr.ca/", "upstream": { "license": "AGPL-3.0-only",