Skip to content

Commit

Permalink
Avoid renaming the package to fix the broken settings for #175.
Browse files Browse the repository at this point in the history
It would probably cause confusion.
Republish version 3.0.2.
  • Loading branch information
donkirkby committed Jan 8, 2020
1 parent c23c724 commit 96a72eb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/sublime-package/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
"schema_version": "3.0.0",
"packages": [
{
"name": "Python Live Coding",
"name": "Live Coding in Python",
"details": "https://github.com/donkirkby/live-py-plugin",
"releases": [
{
"version": "3.0.2",
"url": "https://donkirkby.github.io/live-py-plugin/sublime-package/python_live_coding_v3.0.2.zip",
"date": "2020-01-08 05:43:59",
"date": "2020-01-08 05:52:29",
"sublime_text": ">=3000"
},
{
Expand Down
Binary file modified docs/sublime-package/python_live_coding_v3.0.2.zip
Binary file not shown.
4 changes: 2 additions & 2 deletions sublime/Main.sublime-menu
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
"id": "package-settings",
"children": [
{
"caption": "Python Live Coding",
"caption": "Live Coding",
"command": "edit_settings",
"args": {
"base_file": "${packages}/Python Live Coding/python_live_coding.sublime-settings",
"base_file": "${packages}/Live Coding in Python/python_live_coding.sublime-settings",
"default": "{\n \n}"
}
}
Expand Down

0 comments on commit 96a72eb

Please sign in to comment.