Skip to content

Commit

Permalink
update version and counts
Browse files Browse the repository at this point in the history
  • Loading branch information
gantoine committed Aug 13, 2024
1 parent da8c8a8 commit 26d07df
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
14 changes: 7 additions & 7 deletions .trunk/trunk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ cli:
plugins:
sources:
- id: trunk
ref: v1.6.0
ref: v1.6.1
uri: https://github.com/trunk-io/plugins
# Many linters and tools depend on runtimes - configure them here. (https://docs.trunk.io/runtimes)
runtimes:
Expand All @@ -18,15 +18,15 @@ runtimes:
lint:
enabled:
- actionlint@1.7.1
- checkov@3.2.176
- checkov@3.2.222
- git-diff-check
- markdownlint@0.41.0
- osv-scanner@1.8.1
- oxipng@9.1.1
- prettier@3.3.2
- osv-scanner@1.8.3
- oxipng@9.1.2
- prettier@3.3.3
- svgo@3.3.2
- trivy@0.52.2
- trufflehog@3.79.0
- trivy@0.54.1
- trufflehog@3.81.8
- yamllint@1.35.1
actions:
enabled:
Expand Down
8 changes: 4 additions & 4 deletions app.vue
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ const menuItems: MenuItem[] = [
href="https://github.com/rommapp/romm/releases/latest"
target="_blank"
>
<tag value="v3.2.0" severity="primary" class="ml-3 text-xs"></tag>
<tag value="v3.4.0" severity="primary" class="ml-3 text-xs"></tag>
</a>
</div>
</template>
Expand Down Expand Up @@ -366,7 +366,7 @@ const menuItems: MenuItem[] = [
:icon="faStar"
class="text-2xl text-purple-500"
/>
<div class="font-bold ml-3 text-2xl">1,500+</div>
<div class="font-bold ml-3 text-2xl">1,700+</div>
</div>
<div class="ml-10">Github stars</div>
</div>
Expand All @@ -376,7 +376,7 @@ const menuItems: MenuItem[] = [
:icon="faUsers"
class="text-2xl text-purple-500"
/>
<div class="font-bold ml-3 text-2xl">900+</div>
<div class="font-bold ml-3 text-2xl">1000+</div>
</div>
<div class="ml-10">Discord members</div>
</div>
Expand All @@ -386,7 +386,7 @@ const menuItems: MenuItem[] = [
:icon="faArrowDown"
class="text-2xl text-purple-500"
/>
<div class="font-bold ml-3 text-2xl">300,000+</div>
<div class="font-bold ml-3 text-2xl">375,000+</div>
</div>
<div class="ml-8">Docker pulls</div>
</div>
Expand Down

0 comments on commit 26d07df

Please sign in to comment.