We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85695f9 commit 5bfddcdCopy full SHA for 5bfddcd
.bumpversion.toml
@@ -0,0 +1,22 @@
1
+# Configuration file for bumpversion
2
+# See https://github.com/callowayproject/bump-my-version
3
+[tool.bumpversion]
4
+current_version = "1.10.3"
5
+parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
6
+serialize = ["{major}.{minor}.{patch}"]
7
+search = "{current_version}"
8
+replace = "{new_version}"
9
+regex = false
10
+ignore_missing_version = false
11
+tag = false
12
+allow_dirty = false
13
+commit = false
14
+
15
+[[tool.bumpversion.files]]
16
+filename = "README.md"
17
18
19
+filename = "deepl-java/build.gradle.kts"
20
21
22
+filename = "deepl-java/src/main/java/com/deepl/api/Translator.java"
0 commit comments