Skip to content

Commit

Permalink
build: Update display version to 2.16-v3-pre.3
Browse files Browse the repository at this point in the history
  • Loading branch information
dougmartin committed Oct 18, 2024
1 parent bd00d2e commit bc0fdff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/storyq.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const Storyq = observer(class Storyq extends Component<{}, {}> {
private domainStore: DomainStore
private notificationManager: NotificationManager
private kPluginName = kStoryQPluginName;
private kVersion = "2.16-v3-pre.2";
private kVersion = "2.16-v3-pre.3";
private kInitialDimensions = {
width: 429,
height: 420
Expand Down

0 comments on commit bc0fdff

Please sign in to comment.