Skip to content

Commit

Permalink
Bump version to 9.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
morpheus-87 committed Mar 14, 2024
1 parent d5b3248 commit 15bc04d
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
## Unreleased

## [9.0.0](https://github.com/dbmdz/cudami/releases/tag/9.0.0) – 2024-03-14

### Changed

Expand Down
4 changes: 2 additions & 2 deletions client/package-lock.json

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

4 changes: 2 additions & 2 deletions client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cudami-editor",
"version": "8.0.3",
"name": "cudami-frontend",
"version": "9.0.0",
"private": true,
"scripts": {
"build": "webpack --config webpack.prod.js",
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>io.github.dbmdz.cudami</groupId>
<artifactId>cudami</artifactId>
<version>9.0.0-RC3</version>
<version>9.0.0</version>
<packaging>jar</packaging>

<name>DigitalCollections: cudami</name>
Expand Down

0 comments on commit 15bc04d

Please sign in to comment.