Skip to content

Commit

Permalink
Update consts.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
aritchie committed Mar 26, 2024
1 parent 97618b8 commit 3c6e3d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/consts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ export const GITHUB_EDIT_URL = `https://github.com/shinyorg/documentation/tree/m
export const COMMUNITY_INVITE_URL = `https://github.com/shinyorg/shiny/discussions/`;
export const SPONSOR_URL = 'https://sponsor.shinylib.net';
export const GITHUB_URL = 'https://github.com/shinyorg';
export const DEFAULT_VERSION: string = "3.3.0";
export const DEFAULT_VERSION: string = "3.3.1";

export type ShinyComponent = {
id: string;
Expand Down

0 comments on commit 3c6e3d9

Please sign in to comment.