Skip to content

Commit

Permalink
3.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchray committed Nov 30, 2024
1 parent b8fe29a commit 513260f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## [3.1.2] - 2024-11-30

### Fixed
- Could no longer click things in any browser all of a sudden, but nothing changed...

## [3.1.1] - 2024-11-18

### Requires at least Ampache 6.6.0 (untested with 7.x yet)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ample-ampache-client",
"version": "3.1.1",
"version": "3.1.2",
"type": "module",
"scripts": {
"build": "vite build && npm run copy",
Expand Down
2 changes: 1 addition & 1 deletion src/stores/state.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import AmpacheAPI from "javascript-ampache";
export let debugMode = writable(false);

// Ample version
export let ampleVersion = readable("3.1.1");
export let ampleVersion = readable("3.1.2");

// Ampache API version this app should use
export let APIVersion = writable("6.6.0");
Expand Down

0 comments on commit 513260f

Please sign in to comment.