Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
kaitai-bot committed Aug 23, 2024
1 parent 42023e2 commit dd70c74
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion devel/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<script>
Raven.config('https://[email protected]/202888', {
environment: "devel",
release: "daf28f51ab0222a2f3083f93e19e60bed1f194be",
release: "f968ac3b23b685b10637f2382bd6f3fef9cf5ea3",
}).install();
</script>

Expand Down
4 changes: 2 additions & 2 deletions devel/js/v1/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -182,8 +182,8 @@ define(["require", "exports", "localforage", "vue", "./app.layout", "./app.files
exports.app = new AppController();
var kaitaiIde = window["kaitaiIde"] = {};
kaitaiIde.version = "0.1";
kaitaiIde.commitId = "daf28f51ab0222a2f3083f93e19e60bed1f194be";
kaitaiIde.commitDate = "2024-08-22 20:16:12";
kaitaiIde.commitId = "f968ac3b23b685b10637f2382bd6f3fef9cf5ea3";
kaitaiIde.commitDate = "2024-08-23 21:58:13";
$(() => {
$("#webIdeVersion").text(kaitaiIde.version);
$("#webideCommitId")
Expand Down

0 comments on commit dd70c74

Please sign in to comment.