Skip to content

Commit

Permalink
update plugin version
Browse files Browse the repository at this point in the history
  • Loading branch information
rjnrohit committed Nov 2, 2023
1 parent 2e77bfe commit 7e40e14
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 26 deletions.
24 changes: 0 additions & 24 deletions api/cairo_compilers/build.sh

This file was deleted.

2 changes: 1 addition & 1 deletion plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "starknet-remix-plugin",
"version": "0.1.0",
"version": "0.2.5",
"private": true,
"dependencies": {
"@radix-ui/react-accordion": "^1.1.2",
Expand Down
2 changes: 1 addition & 1 deletion plugin/src/features/CairoVersion/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const CairoVersion: React.FC = () => {
const { remixClient } = useRemixClient()

const envViteVersion: string | undefined = import.meta.env.VITE_VERSION
const pluginVersion = envViteVersion !== undefined ? `v${envViteVersion}` : 'v0.2.0'
const pluginVersion = envViteVersion !== undefined ? `v${envViteVersion}` : 'v0.2.5'

// Hard-coded versions for the example
const [getVersions, setVersions] = useState([])
Expand Down

0 comments on commit 7e40e14

Please sign in to comment.