Skip to content

Commit 77db68d

Browse files
committed
manually tag 0.1.1
1 parent 20da7c6 commit 77db68d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# 0.1.0 (23 July 2025)
1+
# 0.1.1 (23 July 2025)
22

33
- Update to support Ruby 3.3+.
44
- Update Rubocop & style changes.

lib/berkeley_library/alma/module_info.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ class ModuleInfo
77
SUMMARY = 'Alma/Primo utilities for the UC Berkeley Library'.freeze
88
DESCRIPTION = 'A gem providing Alma/Primo-related utility code for the UC Berkeley Library'.freeze
99
LICENSE = 'MIT'.freeze
10-
VERSION = '0.1.0'.freeze
10+
VERSION = '0.1.1'.freeze
1111
HOMEPAGE = 'https://github.com/BerkeleyLibrary/alma'.freeze
1212
end
1313
end

0 commit comments

Comments
 (0)