Skip to content

Commit

Permalink
bump up version number
Browse files Browse the repository at this point in the history
  • Loading branch information
Eselvire committed Dec 26, 2023
1 parent 467771e commit d3b8d44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exporter.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { ZodInfer } from "./types";

(async () => {
const version = "7";
const version = "8";

if(window.location.protocol === "http:"){
if(confirm("Redirecting to secure context...")){
Expand Down

0 comments on commit d3b8d44

Please sign in to comment.