Skip to content

Commit

Permalink
chore: update version
Browse files Browse the repository at this point in the history
  • Loading branch information
hta218 committed Oct 6, 2023
1 parent 67bc81b commit dd39f30
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<div align="center">
<p style="text-align: center;">
<img alt="Version" src="https://img.shields.io/badge/version-2.2.2-blue.svg?cacheSeconds=2592000" />
<img alt="Version" src="https://img.shields.io/badge/version-2.2.3-blue.svg?cacheSeconds=2592000" />
<a href="#" target="_blank">
<img alt="License: MIT" src="https://img.shields.io/badge/License-MIT-yellow.svg?label=license" />
</a>
Expand Down
3 changes: 2 additions & 1 deletion app/weaverse/schema.server.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
import type {HydrogenThemeSchema} from '@weaverse/hydrogen';
import pkg from '../../package.json';

export let themeSchema: HydrogenThemeSchema = {
info: {
version: '2.2.2',
version: pkg.version,
author: 'Weaverse',
name: 'Pilot',
authorProfilePhoto:
Expand Down

0 comments on commit dd39f30

Please sign in to comment.