diff --git a/Cargo.lock b/Cargo.lock index e397079..68de178 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1109,7 +1109,7 @@ dependencies = [ [[package]] name = "pglite_fusion" -version = "0.0.2" +version = "0.0.3" dependencies = [ "pgrx", "pgrx-tests", diff --git a/Cargo.toml b/Cargo.toml index 1529c09..bb47b84 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pglite_fusion" -version = "0.0.2" +version = "0.0.3" edition = "2021" [lib] diff --git a/META.json b/META.json index a717e48..1484aca 100644 --- a/META.json +++ b/META.json @@ -2,7 +2,7 @@ "name": "pglite_fusion", "abstract": "Embed an SQLite database in your PostgreSQL table", "description": "The pglite_fusion extension provides an SQLite type and functions to work with that type that let's you embed an SQLite database in your PostgreSQL table as a column type.", - "version": "0.0.2", + "version": "0.0.3", "maintainer": [ "Fraol Lemecha " ], @@ -12,7 +12,7 @@ "abstract": "Embed an SQLite database in your PostgreSQL table", "file": "src/lib.rs", "docfile": "README.md", - "version": "0.0.2" + "version": "0.0.3" } }, "prereqs": { diff --git a/flake.nix b/flake.nix index 2c99f06..b0677c7 100644 --- a/flake.nix +++ b/flake.nix @@ -66,7 +66,7 @@ cargo-pgrx = import ./nix/pgrx.nix { inherit pkgs; }; pname = "pglite-fusion"; - version = "0.0.2"; + version = "0.0.3"; buildPgliteFusionImage = { diff --git a/nix/build.nix b/nix/build.nix index 0170e0c..2329c5f 100644 --- a/nix/build.nix +++ b/nix/build.nix @@ -42,7 +42,7 @@ let in pkgs.rustPlatform.buildRustPackage { pname = "pglite-fusion"; - version = "0.0.2"; + version = "0.0.3"; src = pkgs.lib.cleanSourceWith { src = pkgs.lib.cleanSource ../.;