Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
kaitai-bot committed Aug 22, 2024
1 parent 0fe3e9d commit 42023e2
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: "08f45e6c8f557aaf1389cbfe96193b2fd21d4c04",
release: "daf28f51ab0222a2f3083f93e19e60bed1f194be",
}).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 = "08f45e6c8f557aaf1389cbfe96193b2fd21d4c04";
kaitaiIde.commitDate = "2024-06-20 15:08:57";
kaitaiIde.commitId = "daf28f51ab0222a2f3083f93e19e60bed1f194be";
kaitaiIde.commitDate = "2024-08-22 20:16:12";
$(() => {
$("#webIdeVersion").text(kaitaiIde.version);
$("#webideCommitId")
Expand Down

0 comments on commit 42023e2

Please sign in to comment.