Skip to content

Commit 75a50ca

Browse files
committed
update version 1.0.5-beta to 1.0.6-beta
1 parent b79ca81 commit 75a50ca

File tree

5 files changed

+12
-18
lines changed

5 files changed

+12
-18
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,15 +32,15 @@ Add the dependency to your module's `build.gradle.kts`:
3232

3333
```kotlin
3434
dependencies {
35-
implementation("io.github.alims-repo:pdf-generator:1.0.5-beta")
35+
implementation("io.github.alims-repo:pdf-generator:1.0.6-beta")
3636
}
3737
```
3838

3939
Or for Groovy `build.gradle`:
4040

4141
```groovy
4242
dependencies {
43-
implementation 'io.github.alims-repo:pdf-generator:1.0.5-beta'
43+
implementation 'io.github.alims-repo:pdf-generator:1.0.6-beta'
4444
}
4545
```
4646

docs/README.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

docs/getting-started.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ <h3>Kotlin DSL (build.gradle.kts)</h3>
115115
<div class="code-block">
116116
<div class="code-header">
117117
<span>app/build.gradle.kts</span>
118-
<button class="copy-btn" data-copy='implementation("io.github.alims-repo:pdf-generator:1.0.5-beta")'>
118+
<button class="copy-btn" data-copy='implementation("io.github.alims-repo:pdf-generator:1.0.6-beta")'>
119119
<svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
120120
<rect x="9" y="9" width="13" height="13" rx="2" ry="2"></rect>
121121
<path d="M5 15H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h9a2 2 0 0 1 2 2v1"></path>
@@ -124,15 +124,15 @@ <h3>Kotlin DSL (build.gradle.kts)</h3>
124124
</button>
125125
</div>
126126
<pre><code class="language-kotlin">dependencies {
127-
implementation("io.github.alims-repo:pdf-generator:1.0.5-beta")
127+
implementation("io.github.alims-repo:pdf-generator:1.0.6-beta")
128128
}</code></pre>
129129
</div>
130130

131131
<h3>Groovy (build.gradle)</h3>
132132
<div class="code-block">
133133
<div class="code-header">
134134
<span>app/build.gradle</span>
135-
<button class="copy-btn" data-copy="implementation 'io.github.alims-repo:pdf-generator:1.0.5-beta'">
135+
<button class="copy-btn" data-copy="implementation 'io.github.alims-repo:pdf-generator:1.0.6-beta'">
136136
<svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
137137
<rect x="9" y="9" width="13" height="13" rx="2" ry="2"></rect>
138138
<path d="M5 15H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h9a2 2 0 0 1 2 2v1"></path>
@@ -141,7 +141,7 @@ <h3>Groovy (build.gradle)</h3>
141141
</button>
142142
</div>
143143
<pre><code class="language-groovy">dependencies {
144-
implementation 'io.github.alims-repo:pdf-generator:1.0.5-beta'
144+
implementation 'io.github.alims-repo:pdf-generator:1.0.6-beta'
145145
}</code></pre>
146146
</div>
147147

docs/index.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
<div class="hero-bg"></div>
6363
<div class="container">
6464
<div class="hero-content">
65-
<div class="badge">Version 1.0.5-beta</div>
65+
<div class="badge">Version 1.0.6-beta</div>
6666
<h1>PDF Generator for Android</h1>
6767
<p class="hero-description">
6868
A lightweight, powerful Kotlin DSL library for generating multi-page PDF documents on Android.
@@ -218,7 +218,7 @@ <h2>📦 Quick Installation</h2>
218218
<div class="code-block">
219219
<div class="code-header">
220220
<span>build.gradle.kts</span>
221-
<button class="copy-btn" data-copy="implementation(&quot;io.github.alims-repo:pdf-generator:1.0.5-beta&quot;)">
221+
<button class="copy-btn" data-copy="implementation(&quot;io.github.alims-repo:pdf-generator:1.0.6-beta&quot;)">
222222
<svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
223223
<rect x="9" y="9" width="13" height="13" rx="2" ry="2"></rect>
224224
<path d="M5 15H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h9a2 2 0 0 1 2 2v1"></path>
@@ -227,15 +227,15 @@ <h2>📦 Quick Installation</h2>
227227
</button>
228228
</div>
229229
<pre><code class="language-kotlin">dependencies {
230-
implementation("io.github.alims-repo:pdf-generator:1.0.5-beta")
230+
implementation("io.github.alims-repo:pdf-generator:1.0.6-beta")
231231
}</code></pre>
232232
</div>
233233
</div>
234234
<div class="tab-pane" id="groovy">
235235
<div class="code-block">
236236
<div class="code-header">
237237
<span>build.gradle</span>
238-
<button class="copy-btn" data-copy="implementation 'io.github.alims-repo:pdf-generator:1.0.5-beta'">
238+
<button class="copy-btn" data-copy="implementation 'io.github.alims-repo:pdf-generator:1.0.6-beta'">
239239
<svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
240240
<rect x="9" y="9" width="13" height="13" rx="2" ry="2"></rect>
241241
<path d="M5 15H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h9a2 2 0 0 1 2 2v1"></path>
@@ -244,7 +244,7 @@ <h2>📦 Quick Installation</h2>
244244
</button>
245245
</div>
246246
<pre><code class="language-groovy">dependencies {
247-
implementation 'io.github.alims-repo:pdf-generator:1.0.5-beta'
247+
implementation 'io.github.alims-repo:pdf-generator:1.0.6-beta'
248248
}</code></pre>
249249
</div>
250250
</div>

pdf-generator/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ mavenPublishing {
5454
coordinates(
5555
groupId = "io.github.alims-repo",
5656
artifactId = "pdf-generator",
57-
version = "1.0.5-beta"
57+
version = "1.0.6-beta"
5858
)
5959

6060
pom {

0 commit comments

Comments
 (0)