Skip to content

Commit

Permalink
chore: release v0.4.1 (#41)
Browse files Browse the repository at this point in the history
Co-authored-by: simoneb <actions@users.noreply.github.com>
  • Loading branch information
optic-release-automation[bot] and simoneb authored Oct 11, 2022
1 parent 3737bb4 commit 783688a
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.0",
"version": "0.4.1",
"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.0
-- version 0.4.1

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.0
-- version 0.4.1

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

0 comments on commit 783688a

Please sign in to comment.