Skip to content

Commit be86c04

Browse files
chore: bump version to 0.1.7
1 parent 9090ae1 commit be86c04

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "solsec"
3-
version = "0.1.6"
3+
version = "0.1.7"
44
edition = "2021"
55
description = "Solana Smart Contract Security Toolkit - Find security bugs before deployment"
66
authors = ["Hasip Timurtas"]

ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "solsec-ui",
3-
"version": "0.1.6",
3+
"version": "0.1.7",
44
"private": true,
55
"type": "module",
66
"scripts": {

ui/src/App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ const App: React.FC = () => {
149149
const mockReport: SecurityReport = {
150150
metadata: {
151151
generated_at: new Date().toISOString(),
152-
solsec_version: "0.1.6",
152+
solsec_version: "0.1.7",
153153
total_files_scanned: 12,
154154
},
155155
summary: {

0 commit comments

Comments
 (0)