Skip to content

Commit

Permalink
chore: release v0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
simoneb committed Jan 3, 2023
1 parent 0dd775d commit 4daabf1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "temporal_tables",
"version": "0.4.1",
"version": "0.4.2",
"description": "A postgresql temporal_tables extension in PL/pgSQL",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion versioning_function.sql
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-- version 0.4.1
-- version 0.4.2

CREATE OR REPLACE FUNCTION versioning()
RETURNS TRIGGER AS $$
Expand Down
2 changes: 1 addition & 1 deletion versioning_function_nochecks.sql
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-- version 0.4.1
-- version 0.4.2

CREATE OR REPLACE FUNCTION versioning()
RETURNS TRIGGER AS $$
Expand Down

0 comments on commit 4daabf1

Please sign in to comment.