Skip to content

Commit c7d8d84

Browse files
Merge pull request #12 from stealthcopter/develop
Some dumbass forgot how to semver
2 parents 77138e9 + 789f17a commit c7d8d84

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

caido.config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import tailwindCaido from "@caido/tailwindcss";
77
import path from "path";
88
import prefixwrap from "postcss-prefixwrap";
99

10-
const PLUGIN_VERSION = '0.1.01';
10+
const PLUGIN_VERSION = '0.1.1';
1111

1212
const id = "exploit-generator";
1313

@@ -88,4 +88,4 @@ export default defineConfig({
8888
}
8989
}
9090
]
91-
});
91+
});

0 commit comments

Comments
 (0)