Skip to content

Commit

Permalink
Merge pull request #2129 from quadratichq/change-gtm
Browse files Browse the repository at this point in the history
change gtm tag
  • Loading branch information
davidkircos authored Dec 12, 2024
2 parents 95df233 + 05bdb64 commit a26883a
Show file tree
Hide file tree
Showing 13 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ edition = "2021"
description = "Infinite data grid with Python, JavaScript, and SQL built-in"
repository = "https://github.com/quadratichq/quadratic"
license-file = "LICENSE"
version = "0.5.3"
version = "0.5.4"

[profile.release]
# Tell `rustc` to optimize for small code size.
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.5.3
0.5.4
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "quadratic",
"version": "0.5.3",
"version": "0.5.4",
"author": {
"name": "David Kircos",
"email": "[email protected]",
Expand Down
2 changes: 1 addition & 1 deletion quadratic-api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "quadratic-api",
"version": "0.5.3",
"version": "0.5.4",
"description": "",
"main": "index.js",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions quadratic-client/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,14 +44,14 @@
j.async = true;
j.src = 'https://www.googletagmanager.com/gtm.js?id=' + i + dl;
f.parentNode.insertBefore(j, f);
})(window, document, 'script', 'dataLayer', 'GTM-WVC2XPB3');
})(window, document, 'script', 'dataLayer', 'GTM-MDFG6DX4');
</script>
<!-- End Google Tag Manager -->
</head>
<body>
<!-- Google Tag Manager (noscript) -->
<!-- prettier-ignore -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-WVC2XPB3" crossorigin="anonymous"
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-MDFG6DX4" crossorigin="anonymous"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
<noscript>You need to enable JavaScript to run this app.</noscript>
Expand Down
2 changes: 1 addition & 1 deletion quadratic-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "quadratic-client",
"version": "0.5.3",
"version": "0.5.4",
"author": {
"name": "David Kircos",
"email": "[email protected]",
Expand Down
2 changes: 1 addition & 1 deletion quadratic-connection/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "quadratic-connection"
version = "0.5.3"
version = "0.5.4"
edition = "2021"
authors = ["David DiMaria <[email protected]>"]

Expand Down
2 changes: 1 addition & 1 deletion quadratic-core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "quadratic-core"
version = "0.5.3"
version = "0.5.4"
authors = ["Andrew Farkas <[email protected]>"]
edition = "2021"
description = "Infinite data grid with Python, JavaScript, and SQL built-in"
Expand Down
2 changes: 1 addition & 1 deletion quadratic-files/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "quadratic-files"
version = "0.5.3"
version = "0.5.4"
edition = "2021"
authors = ["David DiMaria <[email protected]>"]

Expand Down
2 changes: 1 addition & 1 deletion quadratic-multiplayer/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "quadratic-multiplayer"
version = "0.5.3"
version = "0.5.4"
edition = "2021"
authors = ["David DiMaria <[email protected]>"]

Expand Down
2 changes: 1 addition & 1 deletion quadratic-rust-client/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "quadratic-rust-client"
version = "0.5.3"
version = "0.5.4"
edition = "2021"
authors = ["David Figatner <[email protected]>"]

Expand Down
2 changes: 1 addition & 1 deletion quadratic-rust-shared/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "quadratic-rust-shared"
version = "0.5.3"
version = "0.5.4"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
2 changes: 1 addition & 1 deletion quadratic-shared/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "quadratic-shared",
"version": "0.5.3",
"version": "0.5.4",
"description": "Code shared between quadratic-api and quadratic-client (each app has to compile this code itself)",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit a26883a

Please sign in to comment.