@ramme-io/create-app 2.2.3 → 2.2.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/index.js +1 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -27,7 +27,7 @@ const templatePath = path.resolve(__dirname, 'template');
27
27
  const destinationPath = path.resolve(process.cwd(), projectName);
28
28
 
29
29
  // THE STABILITY PACT: Hardcoded target versions for the public release
30
- const RELEASE_VERSION = "^2.0.0";
30
+ const RELEASE_VERSION = "^3.0.0";
31
31
 
32
32
  try {
33
33
  console.log(`\nšŸš€ Creating new Ramme app in: ${destinationPath}`);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ramme-io/create-app",
3
- "version": "2.2.3",
3
+ "version": "2.2.4",
4
4
  "description": "The official CLI to create Ramme applications.",
5
5
  "type": "module",
6
6
  "private": false,