Skip to content

Commit 217f708

Browse files
author
rolsen
committed
Kipling 3.2.0.
Fixed my 3.18.1 version mistake.
1 parent 0da49f1 commit 217f708

6 files changed

Lines changed: 12 additions & 12 deletions

File tree

.github/workflows/build_release.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@ jobs:
6666
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6767
with:
6868
upload_url: ${{ github.event.release.upload_url }}
69-
asset_path: ljswitchboard-builder/kipling.3.1.18.${{ steps.date.outputs.formattedTime }}_linux64.tar.gz
70-
asset_name: kipling.3.1.18.${{ steps.date.outputs.formattedTime }}_linux64.tar.gz
69+
asset_path: ljswitchboard-builder/kipling.3.2.0.${{ steps.date.outputs.formattedTime }}_linux64.tar.gz
70+
asset_name: kipling.3.2.0.${{ steps.date.outputs.formattedTime }}_linux64.tar.gz
7171
asset_content_type: application/zip
7272
if: ${{ matrix.platform == 'ubuntu-16.04' }}
7373

@@ -77,8 +77,8 @@ jobs:
7777
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7878
with:
7979
upload_url: ${{ github.event.release.upload_url }}
80-
asset_path: ljswitchboard-builder/kipling.3.1.18.${{ steps.date.outputs.formattedTime }}_win64.zip
81-
asset_name: kipling.3.1.18.${{ steps.date.outputs.formattedTime }}_win64.tar.gz
80+
asset_path: ljswitchboard-builder/kipling.3.2.0.${{ steps.date.outputs.formattedTime }}_win64.zip
81+
asset_name: kipling.3.2.0.${{ steps.date.outputs.formattedTime }}_win64.tar.gz
8282
asset_content_type: application/zip
8383
if: ${{ matrix.platform == 'windows-latest' }}
8484

@@ -88,7 +88,7 @@ jobs:
8888
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
8989
with:
9090
upload_url: ${{ github.event.release.upload_url }}
91-
asset_path: ljswitchboard-builder/kipling.3.1.18.${{ steps.date.outputs.formattedTime }}_mac64.zip
92-
asset_name: kipling.3.1.18.${{ steps.date.outputs.formattedTime }}_mac64.tar.gz
91+
asset_path: ljswitchboard-builder/kipling.3.2.0.${{ steps.date.outputs.formattedTime }}_mac64.zip
92+
asset_name: kipling.3.2.0.${{ steps.date.outputs.formattedTime }}_mac64.tar.gz
9393
asset_content_type: application/zip
9494
if: ${{ matrix.platform == 'macos-latest' }}

.github/workflows/self-hosted.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,6 @@ jobs:
5252

5353
- uses: actions/upload-artifact@v2
5454
with:
55-
name: kipling.3.1.18.${{ steps.date.outputs.date }}_windows.zip
56-
path: ljswitchboard-builder/kipling.3.1.18.${{ steps.date.outputs.formattedTime }}_win64.zip
55+
name: kipling.3.2.0.${{ steps.date.outputs.date }}_windows.zip
56+
path: ljswitchboard-builder/kipling.3.2.0.${{ steps.date.outputs.formattedTime }}_win64.zip
5757
if: ${{ matrix.platform == 'self-hosted' }}

ljswitchboard-kipling/package-lock.json

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

ljswitchboard-kipling/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ljswitchboard-kipling",
3-
"version": "3.1.18",
3+
"version": "3.2.0",
44
"private": true,
55
"description": "One of the nw applications that gets launched by ljswitchboard",
66
"author": {

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "labjack_kipling",
3-
"version": "3.18.1",
3+
"version": "3.2.0",
44
"description": "LabJack Kipling device configuration and general I/O GUI program.",
55
"scripts": {
66
"build:old": "node scripts/prep_build_and_run.js",

0 commit comments

Comments
 (0)