Skip to content

Commit

Permalink
chore: release v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bilalshareef committed Dec 6, 2024
1 parent ccba244 commit 4688f89
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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": "1.0.0",
"version": "1.0.1",
"description": "A postgresql temporal_tables extension in PL/pgSQL",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion system_time_function.sql
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-- version 1.0.0
-- version 1.0.1

CREATE OR REPLACE FUNCTION set_system_time(user_timestamp timestamptz)
RETURNS void AS $$
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 1.0.0
-- version 1.0.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 1.0.0
-- version 1.0.1

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

0 comments on commit 4688f89

Please sign in to comment.