--- a/cms/app-client/package.json Tue Oct 18 18:09:00 2016 +0200
+++ b/cms/app-client/package.json Tue Oct 18 18:11:23 2016 +0200
@@ -1,6 +1,6 @@
{
"name": "app-client",
- "version": "0.0.2",
+ "version": "0.0.3",
"description": "Small description for app-client goes here",
"private": true,
"directories": {
--- a/cms/package.json Tue Oct 18 18:09:00 2016 +0200
+++ b/cms/package.json Tue Oct 18 18:11:23 2016 +0200
@@ -1,6 +1,6 @@
{
"name": "corpus-cms",
- "version": "0.0.1",
+ "version": "0.0.3",
"description": "drupal module to embed the Ember app \"app-client\"",
"scripts": {
"build": "npm run build --prefix app-client/ && gulp copy-module",
--- a/server/bo_client/package.json Tue Oct 18 18:09:00 2016 +0200
+++ b/server/bo_client/package.json Tue Oct 18 18:11:23 2016 +0200
@@ -1,6 +1,6 @@
{
"name": "bo-client",
- "version": "0.0.2",
+ "version": "0.0.3",
"description": "Bo client for Corpus Parole",
"private": true,
"directories": {
--- a/server/src/config/version.php Tue Oct 18 18:09:00 2016 +0200
+++ b/server/src/config/version.php Tue Oct 18 18:11:23 2016 +0200
@@ -8,5 +8,5 @@
| Must be incremented as needed.
|
*/
- 'version' => '0.0.2'
+ 'version' => '0.0.3'
];