We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20da7c6 commit 77db68dCopy full SHA for 77db68d
CHANGES.md
@@ -1,4 +1,4 @@
1
-# 0.1.0 (23 July 2025)
+# 0.1.1 (23 July 2025)
2
3
- Update to support Ruby 3.3+.
4
- Update Rubocop & style changes.
lib/berkeley_library/alma/module_info.rb
@@ -7,7 +7,7 @@ class ModuleInfo
7
SUMMARY = 'Alma/Primo utilities for the UC Berkeley Library'.freeze
8
DESCRIPTION = 'A gem providing Alma/Primo-related utility code for the UC Berkeley Library'.freeze
9
LICENSE = 'MIT'.freeze
10
- VERSION = '0.1.0'.freeze
+ VERSION = '0.1.1'.freeze
11
HOMEPAGE = 'https://github.com/BerkeleyLibrary/alma'.freeze
12
end
13
0 commit comments