Skip to content

Commit

Permalink
Bump version to 3.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Querela committed Mar 28, 2024
1 parent c9928fa commit 8c906c9
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

# WIP - 2024-03-28
# [3.9.2](https://github.com/clarin-eric/fcs-sru-aggregator/releases/tag/3.9.2) - 2024-03-28

- Bug Fixes:
- Fix cached resources (`fcsAggregatorResources.json`) deserialization (invisible non-default constructor of external FCS libraries)
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fcs-aggregator",
"version": "3.9.1",
"version": "3.9.2",
"description": "FCS Aggregator for FCS 2.0",
"main": "index.html",
"repository": "https://github.com/clarin-eric/fcs-sru-aggregator",
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<groupId>eu.clarin.sru.fcs</groupId>
<artifactId>aggregator</artifactId>
<version>3.9.1</version>
<version>3.9.2</version>
<name>FCS Aggregator</name>

<organization>
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/assets/js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -50973,7 +50973,7 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { de
window.MyAggregator = window.MyAggregator || {};
window._paq = window._paq || [];

var VERSION = window.MyAggregator.VERSION = "v.3.9.1";
var VERSION = window.MyAggregator.VERSION = "v.3.9.2";

// TODO: set this via environment variables at build time (envify)
var URLROOT = window.MyAggregator.URLROOT = "";
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/assets/js/main.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import createReactClass from "create-react-class";
window.MyAggregator = window.MyAggregator || {};
window._paq = window._paq || [];

var VERSION = window.MyAggregator.VERSION = "v.3.9.1";
var VERSION = window.MyAggregator.VERSION = "v.3.9.2";

// TODO: set this via environment variables at build time (envify)
var URLROOT = window.MyAggregator.URLROOT = "";
Expand Down

0 comments on commit 8c906c9

Please sign in to comment.