diff --git a/VERSION b/VERSION index b61fa1d88d..6a6d9cfff6 100644 --- a/VERSION +++ b/VERSION @@ -1,3 +1,3 @@ { - "version": "9.0.3" + "version": "9.0.3-symfony" } diff --git a/bower.json b/bower.json index 89e180300c..921cd5b9fa 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "pulsar", - "version": "9.0.3", + "version": "9.0.3-symfony", "ignore": [ "**/.*", "node_modules", diff --git a/composer.json b/composer.json index 418e6659c1..513117b10e 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "jadu/pulsar", "description": "The User Experience and Interface framework for the Jadu Continuum Platform", - "version": "9.0.3", + "version": "9.0.3-symfony", "license": "MIT", "autoload": { "psr-0": { diff --git a/package.json b/package.json index e5444ac6d4..e3915985a6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jadu-pulsar", - "version": "9.0.3", + "version": "9.0.3-symfony", "repository": { "type": "git", "url": "https://github.com/jadu/pulsar.git" diff --git a/pulsar.json b/pulsar.json index a6d4aff09a..5ac3139290 100644 --- a/pulsar.json +++ b/pulsar.json @@ -1,5 +1,5 @@ { "name": "pulsar", - "version": "9.0.3", + "version": "9.0.3-symfony", "base_path": "/" }