diff --git a/features/activestorage/devcontainer-feature.json b/features/activestorage/devcontainer-feature.json index 7244218..f0f5c0a 100644 --- a/features/activestorage/devcontainer-feature.json +++ b/features/activestorage/devcontainer-feature.json @@ -1,6 +1,6 @@ { "id": "activestorage", - "version": "0.1.0", + "version": "1.0.0", "name": "Active Storage", "description": "Installs utilities needed for Rails Active Storage" } diff --git a/features/mysql-client/devcontainer-feature.json b/features/mysql-client/devcontainer-feature.json index d35ed9f..148b400 100644 --- a/features/mysql-client/devcontainer-feature.json +++ b/features/mysql-client/devcontainer-feature.json @@ -1,6 +1,6 @@ { "id": "mysql-client", - "version": "0.1.0", + "version": "1.0.0", "name": "MySQL Client", "description": "Installs needed client-side dependencies for Rails apps using MySQL" } diff --git a/features/postgres-client/devcontainer-feature.json b/features/postgres-client/devcontainer-feature.json index a3eef3b..a97597c 100644 --- a/features/postgres-client/devcontainer-feature.json +++ b/features/postgres-client/devcontainer-feature.json @@ -1,6 +1,6 @@ { "id": "postgres-client", - "version": "0.1.1", + "version": "1.0.0", "name": "Postgres Client", "description": "Installs needed client-side dependencies for Rails apps using Postgres" } diff --git a/features/ruby/devcontainer-feature.json b/features/ruby/devcontainer-feature.json index 4a104fa..7e5ba5a 100644 --- a/features/ruby/devcontainer-feature.json +++ b/features/ruby/devcontainer-feature.json @@ -1,6 +1,6 @@ { "id": "ruby", - "version": "0.2.1", + "version": "1.0.0", "name": "Ruby (via rbenv)", "description": "Installs Ruby, rbenv, ruby-build and libraries needed to build Ruby", "customizations": { diff --git a/features/sqlite3/devcontainer-feature.json b/features/sqlite3/devcontainer-feature.json index c9bfddc..b2341c3 100644 --- a/features/sqlite3/devcontainer-feature.json +++ b/features/sqlite3/devcontainer-feature.json @@ -1,6 +1,6 @@ { "id": "sqlite3", - "version": "0.1.0", + "version": "1.0.0", "name": "SQLite3", "description": "Installs needed dependencies for Rails apps using SQLite3" }