Skip to content

Commit

Permalink
updated version 42
Browse files Browse the repository at this point in the history
  • Loading branch information
thisismypassport committed Mar 1, 2024
1 parent 62eaab1 commit 7750717
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pico_defs.py
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ def fixnum_to_num(value):
39: (0,2,5,4),
40: (0,2,5,5),
41: (0,2,5,6),
42: (0,2,6,0),
42: (0,2,6,1),
}

def get_default_version_id():
Expand Down
2 changes: 1 addition & 1 deletion shrinko8.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from pico_tokenize import k_hint_split_re
import argparse

k_version = 'v1.1.3'
k_version = 'v1.1.3b'

def SplitBySeps(val):
return k_hint_split_re.split(val)
Expand Down

0 comments on commit 7750717

Please sign in to comment.