Skip to content

Commit

Permalink
Bump version for release
Browse files Browse the repository at this point in the history
  • Loading branch information
jason-raitz committed Oct 10, 2024
1 parent 962dde5 commit df94c22
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 0.4.2 (2024-10-10)

- Add TRANSCRIPTS to `AV::METADATA::FIELDS`

# 0.4.1 (2023-02-21)

- Add `BerkeleyLibrary::AV::Config.log_settings!`
Expand Down
2 changes: 1 addition & 1 deletion lib/berkeley_library/av/core/module_info.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ class ModuleInfo
SUMMARY = 'UC Berkeley Library audio/video core code'.freeze
DESCRIPTION = 'Gem for UC Berkeley Library shared audio/video code'.freeze
LICENSE = 'MIT'.freeze
VERSION = '0.4.1'.freeze
VERSION = '0.4.2'.freeze
HOMEPAGE = 'https://github.com/BerkeleyLibrary/av-core'.freeze

private_class_method :new
Expand Down

0 comments on commit df94c22

Please sign in to comment.