Skip to content

Commit ac26fb6

Browse files
committed
chore(release): v0.1.3
1 parent cd2e8dd commit ac26fb6

10 files changed

Lines changed: 16 additions & 16 deletions

File tree

build/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ info:
1111
description: "A 3D printing filament manager to keep track of spools, usage, and prints" # The application description
1212
copyright: "(c) 2026, AdamUhh" # Copyright text
1313
comments: "" # Comments
14-
version: "0.1.2" # CHANGE APPLICATION VERSION HERE
14+
version: "0.1.3" # CHANGE APPLICATION VERSION HERE
1515

1616
# iOS build configuration (uncomment to customise iOS project generation)
1717
# Note: Keys under `ios` OVERRIDE values under `info` when set.

build/darwin/Info.dev.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
<key>CFBundlePackageType</key>
1616
<string>APPL</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>0.1.2</string>
18+
<string>0.1.3</string>
1919
<key>CFBundleVersion</key>
20-
<string>0.1.2</string>
20+
<string>0.1.3</string>
2121
<key>LSMinimumSystemVersion</key>
2222
<string>10.15.0</string>
2323
<key>NSAppTransportSecurity</key>

build/darwin/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
<key>CFBundlePackageType</key>
1616
<string>APPL</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>0.1.2</string>
18+
<string>0.1.3</string>
1919
<key>CFBundleVersion</key>
20-
<string>0.1.2</string>
20+
<string>0.1.3</string>
2121
<key>LSMinimumSystemVersion</key>
2222
<string>10.15.0</string>
2323
<key>NSHighResolutionCapable</key>

build/ios/Info.dev.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
<key>CFBundlePackageType</key>
1616
<string>APPL</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>0.1.2-dev</string>
18+
<string>0.1.3-dev</string>
1919
<key>CFBundleVersion</key>
20-
<string>0.1.2</string>
20+
<string>0.1.3</string>
2121
<key>LSRequiresIPhoneOS</key>
2222
<true/>
2323
<key>MinimumOSVersion</key>

build/ios/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
<key>CFBundlePackageType</key>
1616
<string>APPL</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>0.1.2</string>
18+
<string>0.1.3</string>
1919
<key>CFBundleVersion</key>
20-
<string>0.1.2</string>
20+
<string>0.1.3</string>
2121
<key>LSRequiresIPhoneOS</key>
2222
<true/>
2323
<key>MinimumOSVersion</key>

build/ios/build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ set -e
44
# Build configuration
55
APP_NAME="filamint"
66
BUNDLE_ID="com.adamuhh.filamint"
7-
VERSION="0.1.2"
8-
BUILD_NUMBER="0.1.2"
7+
VERSION="0.1.3"
8+
BUILD_NUMBER="0.1.3"
99
BUILD_DIR="build/ios"
1010
TARGET="simulator"
1111

build/linux/nfpm/nfpm.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
name: "filamint"
77
arch: ${GOARCH}
88
platform: "linux"
9-
version: "0.1.2"
9+
version: "0.1.3"
1010
section: "default"
1111
priority: "extra"
1212
maintainer: ${GIT_COMMITTER_NAME} <${GIT_COMMITTER_EMAIL}>

build/windows/info.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"fixed": {
3-
"file_version": "0.1.2"
3+
"file_version": "0.1.3"
44
},
55
"info": {
66
"0000": {
7-
"ProductVersion": "0.1.2",
7+
"ProductVersion": "0.1.3",
88
"CompanyName": "AdamUhh",
99
"FileDescription": "A 3D printing filament manager to keep track of spools, usage, and prints",
1010
"LegalCopyright": "(c) 2026, AdamUhh",

build/windows/nsis/wails_tools.nsh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
!define INFO_PRODUCTNAME "Filamint"
1515
!endif
1616
!ifndef INFO_PRODUCTVERSION
17-
!define INFO_PRODUCTVERSION "0.1.2"
17+
!define INFO_PRODUCTVERSION "0.1.3"
1818
!endif
1919
!ifndef INFO_COPYRIGHT
2020
!define INFO_COPYRIGHT "(c) 2026, AdamUhh"

build/windows/wails.exe.manifest

Lines changed: 1 addition & 1 deletion
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.adamuhh.filamint" version="0.1.2" processorArchitecture="*"/>
3+
<assemblyIdentity type="win32" name="com.adamuhh.filamint" version="0.1.3" processorArchitecture="*"/>
44
<dependency>
55
<dependentAssembly>
66
<assemblyIdentity type="win32" name="Microsoft.Windows.Common-Controls" version="6.0.0.0" processorArchitecture="*" publicKeyToken="6595b64144ccf1df" language="*"/>

0 commit comments

Comments
 (0)