Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
katniny authored Dec 6, 2024
1 parent 0674401 commit aa9fc5b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions assets/js/ts_fas_acih.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ const pathName = pageURL.pathname;
let isOnDesktopApp = null;

// TransSocial Version
let transsocialVersion = "v2024.12.1";
let transsocialUpdate = "v2024121-2";
let transsocialVersion = "v2024.12.5";
let transsocialUpdate = "v2024125-1";
let transsocialReleaseVersion = "pre-alpha";

const notices = document.getElementsByClassName("version-notice");
Expand Down Expand Up @@ -8198,4 +8198,4 @@ function serverTest() {
.catch(error => {
console.error("not okay response :(", error);
});
}
}

0 comments on commit aa9fc5b

Please sign in to comment.