Skip to content

Commit be5c859

Browse files
authored
šŸ› Fix version option in postgres-client feature (#78)
1 parent 00a473a commit be5c859

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
{
22
"id": "postgres-client",
3-
"version": "1.1.1",
3+
"version": "1.1.2",
44
"name": "Postgres Client",
5-
"description": "Installs needed client-side dependencies for Rails apps using Postgres"
5+
"description": "Installs needed client-side dependencies for Rails apps using Postgres",
6+
"options": {
7+
"version": {
8+
"type": "string",
9+
"default": "15",
10+
"description": "The postgres client version to be installed"
11+
}
12+
}
613
}

0 commit comments

Comments
Ā (0)