Skip to content

Commit

Permalink
Revert "test: commit should fail"
Browse files Browse the repository at this point in the history
This reverts commit 4d44450.
  • Loading branch information
harrydowning committed Jun 29, 2024
1 parent 4d44450 commit b460c13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extension.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const vscode = devFlag ? null : require("vscode");
const fs = require("fs");

const NAME = "yaml-embedded-languages";
const VERSION = "0.3.2";
const VERSION = "0.3.1";
const DISPLAY_NAME = "YAML Embedded Languages";
const INJECTION_PATH = "./syntaxes/injection.json";
const SCOPE_NAME = `${NAME}.injection`;
Expand Down

0 comments on commit b460c13

Please sign in to comment.