Skip to content

Commit 31fb075

Browse files
committed
chore: update version to 1.0.0
1 parent 792cf12 commit 31fb075

12 files changed

+64
-10
lines changed

build/Info.dev.plist

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@
1010
<key>CFBundleIdentifier</key>
1111
<string>com.ansxuman.clave</string>
1212
<key>CFBundleVersion</key>
13-
<string>0.0.25</string>
13+
<string>1.0.0</string>
1414
<key>CFBundleGetInfoString</key>
1515
<string>Secure Authentication at Your Fingertips</string>
1616
<key>CFBundleShortVersionString</key>
17-
<string>0.0.25</string>
17+
<string>1.0.0</string>
1818
<key>CFBundleIconFile</key>
1919
<string>icons</string>
2020
<key>LSMinimumSystemVersion</key>

build/Info.plist

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@
1010
<key>CFBundleIdentifier</key>
1111
<string>com.ansxuman.clave</string>
1212
<key>CFBundleVersion</key>
13-
<string>0.0.25</string>
13+
<string>1.0.0</string>
1414
<key>CFBundleGetInfoString</key>
1515
<string>Secure Authentication at Your Fingertips</string>
1616
<key>CFBundleShortVersionString</key>
17-
<string>0.0.25</string>
17+
<string>1.0.0</string>
1818
<key>CFBundleIconFile</key>
1919
<string>icons</string>
2020
<key>LSMinimumSystemVersion</key>

build/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ info:
1111
description: "Secure Authentication at Your Fingertips" # The application description
1212
copyright: "© 2024 Clave. Licensed under MIT License." # Copyright text
1313
comments: "Secure Authentication at Your Fingertips" # Comments
14-
version: "0.0.25"
14+
version: "1.0.0"
1515

1616
# Dev mode configuration
1717
dev_mode:

build/info.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"fixed": {
3-
"file_version": "0.0.25"
3+
"file_version": "1.0.0"
44
},
55
"info": {
66
"0000": {
7-
"ProductVersion": "0.0.25",
7+
"ProductVersion": "1.0.0",
88
"CompanyName": "Clave",
99
"FileDescription": "Secure Authentication at Your Fingertips",
1010
"LegalCopyright": "© 2024 Clave. Licensed under MIT License.",

build/nfpm/nfpm.yaml

+50
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
# Feel free to remove those if you don't want/need to use them.
2+
# Make sure to check the documentation at https://nfpm.goreleaser.com
3+
#
4+
# The lines below are called `modelines`. See `:help modeline`
5+
6+
name: "Clave"
7+
arch: ${GOARCH}
8+
platform: "linux"
9+
version: "1.0.0"
10+
section: "default"
11+
priority: "extra"
12+
maintainer: ${GIT_COMMITTER_NAME} <${GIT_COMMITTER_EMAIL}>
13+
description: "Secure Authentication at Your Fingertips"
14+
vendor: "Clave"
15+
homepage: "https://wails.io"
16+
license: "MIT"
17+
release: "1"
18+
19+
contents:
20+
- src: "./bin/Clave"
21+
dst: "/usr/local/bin/Clave"
22+
- src: "./build/appicon.png"
23+
dst: "/usr/share/icons/hicolor/128x128/apps/Clave.png"
24+
- src: "./build/Clave.desktop"
25+
dst: "/usr/share/applications/Clave.desktop"
26+
27+
depends:
28+
- gtk3
29+
- libwebkit2gtk
30+
31+
# replaces:
32+
# - foobar
33+
# provides:
34+
# - bar
35+
# depends:
36+
# - gtk3
37+
# - libwebkit2gtk
38+
# recommends:
39+
# - whatever
40+
# suggests:
41+
# - something-else
42+
# conflicts:
43+
# - not-foo
44+
# - not-bar
45+
# changelog: "changelog.yaml"
46+
# scripts:
47+
# preinstall: ./build/nfpm/scripts/preinstall.sh
48+
# postinstall: ./build/nfpm/scripts/postinstall.sh
49+
# preremove: ./build/nfpm/scripts/preremove.sh
50+
# postremove: ./build/nfpm/scripts/postremove.sh

build/nfpm/scripts/postinstall.sh

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
#!/bin/bash

build/nfpm/scripts/postremove.sh

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
#!/bin/bash

build/nfpm/scripts/preinstall.sh

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
#!/bin/bash

build/nfpm/scripts/preremove.sh

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
#!/bin/bash

build/nsis/wails_tools.nsh

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
!define INFO_PRODUCTNAME "Clave"
1515
!endif
1616
!ifndef INFO_PRODUCTVERSION
17-
!define INFO_PRODUCTVERSION "0.0.25"
17+
!define INFO_PRODUCTVERSION "1.0.0"
1818
!endif
1919
!ifndef INFO_COPYRIGHT
2020
!define INFO_COPYRIGHT "© 2024 Clave. Licensed under MIT License."

build/wails.exe.manifest

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
22
<assembly manifestVersion="1.0" xmlns="urn:schemas-microsoft-com:asm.v1" xmlns:asmv3="urn:schemas-microsoft-com:asm.v3">
3-
<assemblyIdentity type="win32" name="com.ansxuman.clave" version="0.0.25" processorArchitecture="*"/>
3+
<assemblyIdentity type="win32" name="com.ansxuman.clave" version="1.0.0" processorArchitecture="*"/>
44
<dependency>
55
<dependentAssembly>
66
<assemblyIdentity type="win32" name="Microsoft.Windows.Common-Controls" version="6.0.0.0" processorArchitecture="*" publicKeyToken="6595b64144ccf1df" language="*"/>

constants/CommmonVariables.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ var Stage = "dev"
99

1010
const CommonDatabasePassword string = "s#6Y5$wdqwd*TVC3!tu@_hHk#5"
1111
const ApplicationName = "Clave"
12-
const AppVersion = "0.0.25"
12+
const AppVersion = "1.0.0"

0 commit comments

Comments
 (0)