Skip to content

Commit

Permalink
v0.274.0
Browse files Browse the repository at this point in the history
  • Loading branch information
monsterkodi committed Nov 14, 2019
1 parent 4c7a7f2 commit 03717f5
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 13 deletions.
4 changes: 2 additions & 2 deletions bin/dmg.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#!/usr/bin/env bash
cd `dirname $0`/..

NAME=`sds -rp productName`
VERSION=`sds -rp version`
NAME=`sds name`
VERSION=`sds version`

npm rebuild
rm -f $NAME-*.dmg
Expand Down
2 changes: 1 addition & 1 deletion bin/inno.iss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#define MyAppName "ko"
#define MyAppVersion "0.230.0"
#define MyAppVersion "0.274.0"
#define MyAppPublisher "monsterkodi"
#define MyAppURL "https://github.com/monsterkodi/ko"
#define MyAppExeName "ko.exe"
Expand Down
7 changes: 0 additions & 7 deletions bin/inst.sh

This file was deleted.

2 changes: 1 addition & 1 deletion bin/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ if $BIN/konrad --commit $VVERSION; then
source ~/.tokens
echo 'using token' $GH_TOKEN

./bin/buildmac.sh
konrad -m
./bin/dmg.sh

echo 'creating release ...'
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"name": "ko",
"productName": "ko",
"version": "0.274.0",
"description": "text editor",
"main": "js/main/main.js",
Expand Down
1 change: 0 additions & 1 deletion package.noon
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
name ko
productName ko
version 0.274.0
description text editor
main js/main/main.js
Expand Down

0 comments on commit 03717f5

Please sign in to comment.