Skip to content

Commit

Permalink
Remove unstable api warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
rerdavies committed Oct 21, 2024
1 parent 12694a5 commit 6eb84be
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions website/src/VersionInfo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,7 @@
const lv2cVersion_ : string = "0.0.0-prerelease";
export function Lv2cVersion(): string { return lv2cVersion_; };

export function Lv2cVersionNotice() : string { return `
In this pre-release version, Lv2Cairo APIs are still undergoing heavy revision while
Lv2Cairo is being integrated into the Toob Amp project.
Feel free to look araound; but it would be wise to wait a week or so for things to
settle down before using this project.
`;
export function Lv2cVersionNotice() : string { return ``;
}

const copyrightText: string = "Copyright © 2023 Robin Davies.";
Expand Down

0 comments on commit 6eb84be

Please sign in to comment.