diff --git a/Cargo.lock b/Cargo.lock index b9dc5b4b..e56e9199 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1569,7 +1569,7 @@ checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d" [[package]] name = "squawk" -version = "0.7.2" +version = "0.7.3" dependencies = [ "atty", "base64 0.12.3", @@ -1587,7 +1587,7 @@ dependencies = [ [[package]] name = "squawk-github" -version = "0.7.2" +version = "0.7.3" dependencies = [ "jsonwebtoken", "log", @@ -1598,7 +1598,7 @@ dependencies = [ [[package]] name = "squawk-linter" -version = "0.7.2" +version = "0.7.3" dependencies = [ "insta", "lazy_static", @@ -1608,7 +1608,7 @@ dependencies = [ [[package]] name = "squawk-parser" -version = "0.7.2" +version = "0.7.3" dependencies = [ "insta", "libpg_query-sys", diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 8fca7aa2..8da09833 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "squawk" -version = "0.7.2" +version = "0.7.3" authors = ["Steve Dignam "] edition = "2018" license = "GPL-3.0" diff --git a/github/Cargo.toml b/github/Cargo.toml index b1ff7eec..6a01ed03 100644 --- a/github/Cargo.toml +++ b/github/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "squawk-github" -version = "0.7.2" +version = "0.7.3" authors = ["Steve Dignam "] edition = "2018" license = "GPL-3.0" diff --git a/linter/Cargo.toml b/linter/Cargo.toml index 7be1cdef..e674534e 100644 --- a/linter/Cargo.toml +++ b/linter/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "squawk-linter" -version = "0.7.2" +version = "0.7.3" authors = ["Steve Dignam "] edition = "2018" license = "GPL-3.0" diff --git a/package.json b/package.json index 84353e5b..2a0553c0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "squawk-cli", - "version": "0.7.2", + "version": "0.7.3", "description": "linter for PostgreSQL, focused on migrations", "repository": "git@github.com:sbdchd/squawk.git", "author": "Steve Dignam ", diff --git a/parser/Cargo.toml b/parser/Cargo.toml index 3bab2112..b8574e1b 100644 --- a/parser/Cargo.toml +++ b/parser/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "squawk-parser" -version = "0.7.2" +version = "0.7.3" authors = ["Steve Dignam "] edition = "2018" license = "GPL-3.0"