Skip to content

Commit

Permalink
🏗️ bump to 0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
vokimon committed Jan 3, 2024
1 parent 497ecec commit 1281aec
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change log

## 0.4.2 (2024-01-03)

- Fix: details failed because misspelled attribute name
- Fix: error handling in install details and list pages
- Fix: misspelled ca translation
- Fix: installation list with nodata failed
- Android downloads (see somrepresenta-android repo)

## 0.4.1 (2023-12-30)

- Fixed numerous problems with translations and libraries
Expand Down
2 changes: 1 addition & 1 deletion backend/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.4.1'
__version__ = '0.4.2'
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ov-representacio-ui",
"version": "0.4.1",
"version": "0.4.2",
"private": true,
"license": "AGPL-3.0",
"type": "module",
Expand Down

0 comments on commit 1281aec

Please sign in to comment.