Skip to content

Commit

Permalink
ci: Bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
itsmechlark committed May 8, 2024
1 parent b28cf01 commit 25d8842
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/1password/devcontainer-feature.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "1Password CLI",
"id": "1password",
"version": "1.0.2",
"version": "1.1.0",
"description": "1Password CLI allows you to automate administrative tasks, securely provision secrets across development environments, and use biometrics to authenticate in the terminal.",
"options": {
"version": {
Expand Down
2 changes: 1 addition & 1 deletion src/doppler/devcontainer-feature.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Doppler CLI",
"id": "doppler",
"version": "2.1.3",
"version": "2.2.0",
"description": "Install the Doppler CLI in local development and production environments.",
"options": {
"version": {
Expand Down
2 changes: 1 addition & 1 deletion src/postgresql/devcontainer-feature.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "PostgreSQL",
"id": "postgresql",
"version": "1.4.0",
"version": "1.5.0",
"description": "PostgreSQL is a powerful, open source object-relational database system with over 35 years of active development that has earned it a strong reputation for reliability, feature robustness, and performance.",
"options": {
"version": {
Expand Down
2 changes: 1 addition & 1 deletion src/rabbitmq-server/devcontainer-feature.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "RabbitMQ Server",
"id": "rabbitmq-server",
"version": "1.0.0",
"version": "1.1.0",
"description": "RabbitMQ is a feature rich, multi-protocol messaging and streaming broker.",
"options": {
"version": {
Expand Down
2 changes: 1 addition & 1 deletion src/redis-server/devcontainer-feature.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Redis Server",
"id": "redis-server",
"version": "1.0.1",
"version": "1.1.0",
"description": "The open source, in-memory data store used by millions of developers as a database, cache, streaming engine, and message broker.",
"options": {
"version": {
Expand Down
2 changes: 1 addition & 1 deletion src/snowflake-odbc/devcontainer-feature.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Snowflake ODBC",
"id": "snowflake-odbc",
"version": "1.0.0",
"version": "1.1.0",
"description": "Snowflake provides a driver for connecting to Snowflake using ODBC-based client applications.",
"documentationURL": "https://github.com/itsmechlark/features/tree/main/src/snowflake-odbc",
"options": {
Expand Down

0 comments on commit 25d8842

Please sign in to comment.