Skip to content

Commit

Permalink
Release v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
M3DZIK committed Oct 31, 2023
1 parent 0ac0f1a commit 3deb2d4
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@librepass/client",
"version": "0.1.0",
"version": "1.0.0",
"main": "src/index.ts",
"license": "GPL-3.0",
"dependencies": {
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "@librepass/website",
"version": "1.0.1",
"private": true,
"license": "GPL-3.0",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions website/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "website",
"version": "1.0.0",
"version": "1.0.1",
"scripts": {
"dev": "vite dev",
"build": "vite build",
Expand All @@ -10,7 +10,7 @@
},
"devDependencies": {
"@fontsource/fira-mono": "^4.5.10",
"@librepass/client": "^0.1.0",
"@librepass/client": "^1.0.0",
"@neoconfetti/svelte": "^1.0.0",
"@sveltejs/adapter-auto": "^2.0.0",
"@sveltejs/adapter-vercel": "^3.0.3",
Expand Down
2 changes: 1 addition & 1 deletion website/src/routes/user/vault/+page.svelte
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<script lang="ts">
import { onMount, SvelteComponent } from 'svelte';
import { onMount } from 'svelte';
import { writable } from 'svelte/store';
import Modal, { bind } from 'svelte-simple-modal';
import { Cipher, CipherClient } from '@librepass/client';
Expand Down

0 comments on commit 3deb2d4

Please sign in to comment.