Skip to content

Commit 7deac37

Browse files
committed
doc: update the version name in README
1 parent 530eae5 commit 7deac37

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ pluginManagement {
4747
}
4848
plugins {
4949
...
50-
id("me.2bab.scratchpaper") version "3.2.0" apply false
50+
id("me.2bab.scratchpaper") version "3.2.1" apply false
5151
}
5252
}
5353
@@ -61,7 +61,7 @@ buildscript {
6161
}
6262
dependencies {
6363
...
64-
classpath("me.2bab:scratchpaper:3.2.0")
64+
classpath("me.2bab:scratchpaper:3.2.1")
6565
}
6666
}
6767
```

README_zh.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ pluginManagement {
4242
}
4343
plugins {
4444
...
45-
id("me.2bab.scratchpaper") version "3.2.0" apply false
45+
id("me.2bab.scratchpaper") version "3.2.1" apply false
4646
}
4747
}
4848

@@ -56,7 +56,7 @@ buildscript {
5656
}
5757
dependencies {
5858
...
59-
classpath("me.2bab:scratchpaper:3.2.0")
59+
classpath("me.2bab:scratchpaper:3.2.1")
6060
}
6161
}
6262
```

0 commit comments

Comments
 (0)