Skip to content

Commit 0a70cf4

Browse files
authored
Merge pull request #204 from valderman/mk-bump-subpackages
bump patch versions for subpackages
2 parents e501530 + efc470f commit 0a70cf4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

selda-json/selda-json.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: >=1.10
22
name: selda-json
3-
version: 0.1.1.1
3+
version: 0.1.1.2
44
synopsis: JSON support for the Selda database library.
55
description: Types and classes to support storing and querying
66
JSON values using Selda via Aeson.

selda-postgresql/selda-postgresql.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: selda-postgresql
2-
version: 0.1.8.2
2+
version: 0.1.8.3
33
synopsis: PostgreSQL backend for the Selda database EDSL.
44
description: PostgreSQL backend for the Selda database EDSL.
55
Requires the PostgreSQL @libpq@ development libraries to be

selda-sqlite/selda-sqlite.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: selda-sqlite
2-
version: 0.1.7.2
2+
version: 0.1.7.3
33
synopsis: SQLite backend for the Selda database EDSL.
44
description: Allows the Selda database EDSL to be used with SQLite
55
databases.

0 commit comments

Comments
 (0)