Skip to content

Commit 1f63db3

Browse files
committed
chore: Version bump to 3.0.1
1 parent de8ac5c commit 1f63db3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.0.0
1+
3.0.1

deepl-rb.gemspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
22
# DO NOT EDIT THIS FILE DIRECTLY
33
# Instead, edit Juwelier::Tasks in Rakefile, and run 'rake gemspec'
44
# -*- encoding: utf-8 -*-
5-
# stub: deepl-rb 3.0.0 ruby lib
5+
# stub: deepl-rb 3.0.1 ruby lib
66

77
Gem::Specification.new do |s|
88
s.name = "deepl-rb".freeze
9-
s.version = "3.0.0"
9+
s.version = "3.0.1"
1010

1111
s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
1212
s.require_paths = ["lib".freeze]
1313
s.authors = ["DeepL SE".freeze]
14-
s.date = "2024-09-20"
14+
s.date = "2024-09-23"
1515
s.description = "Official Ruby library for the DeepL language translation API (v2). For more information, check this: https://www.deepl.com/docs/api-reference.html".freeze
1616
s.email = "[email protected]".freeze
1717
s.extra_rdoc_files = [

0 commit comments

Comments
 (0)