Skip to content

Commit

Permalink
ci: downgrade versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan0xE committed Apr 16, 2024
1 parent 7bcf408 commit a7521e5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "protectus"
version = "0.2.2"
version = "0.1.0"
edition = "2021"
authors = ["Dan0xE <contact@dan0xe.me>"]
exclude = ["/webview-src", "/examples"]
Expand Down
2 changes: 1 addition & 1 deletion examples/svelte-app/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "svelte-app",
"private": true,
"version": "0.0.0",
"version": "0.1.0",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "protectus",
"version": "0.2.2",
"version": "0.1.0",
"main": "webview-dist/index.js",
"license": "MIT",
"publishConfig": {
Expand Down

0 comments on commit a7521e5

Please sign in to comment.