Skip to content

Commit

Permalink
change 'Since' to unreleased
Browse files Browse the repository at this point in the history
  • Loading branch information
sambaneko committed Oct 11, 2023
1 parent 0be940d commit 03f445f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions packages/webamp/docs/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ webamp.stop();

Sets the volume from 0 - 100.

**Since** -
**Since** unreleased

```JavaScript
webamp.setVolume(50);
Expand Down Expand Up @@ -415,7 +415,7 @@ webamp.onClose(() => {
Toggles the visibility of the Equalizer window.
**Since** -
**Since** unreleased
```JavaScript
webamp.toggleEqualizer()
Expand All @@ -425,7 +425,7 @@ webamp.toggleEqualizer()
Toggles the visibility of the Playlist window.
**Since** -
**Since** unreleased
```JavaScript
webamp.togglePlaylist()
Expand All @@ -435,7 +435,7 @@ webamp.togglePlaylist()
Updates Webamp window positions by vertically stacking visible windows, setting origin to 0,0 in browser view.
**Since** -
**Since** unreleased
```JavaScript
webamp.stackWindows()
Expand All @@ -445,7 +445,7 @@ webamp.stackWindows()
Centers Webamp windows in current browser view by scroll position.
**Since** -
**Since** unreleased
```JavaScript
webamp.centerWindowsInView()
Expand Down

0 comments on commit 03f445f

Please sign in to comment.