Skip to content

Commit 51fadd8

Browse files
author
Ajit Kumar
committed
updated changelog
1 parent fe28a51 commit 51fadd8

6 files changed

Lines changed: 8 additions & 13 deletions

File tree

.DS_Store

-2 KB
Binary file not shown.

changelog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Acode Python Plugin Changelog
22

3-
## 1.1.2
3+
## 1.1.3
44

55
- Updated Pyodide library to 0.28.1
66

dist/main.js

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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"name": "acode-plugin-python",
3-
"version": "1.1.2",
3+
"version": "1.1.3",
44
"description": "Acode plugin to run python code",
55
"main": "dist/main.js",
6-
"repository": "https://github.com/deadlyjack/acode-plugin-python.git",
6+
"repository": "https://github.com/Acode-Foundation/acode-plugin-python.git",
77
"author": "Ajit <me@ajitkumar.dev>",
88
"license": "MIT",
99
"dependencies": {

plugin.json

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,16 @@
11
{
2-
"$schema": "https://acode.app/schema/plugin/v0.1.0.json",
2+
"$schema": "http://localhost:3031/schema/plugin/v0.1.0.json",
33
"id": "acode.plugin.python",
44
"name": "Python",
55
"main": "dist/main.js",
6-
"version": "1.1.2",
6+
"version": "1.1.3",
77
"readme": "README.md",
88
"icon": "icon.png",
9+
"license": "MIT",
10+
"repository": "https://github.com/Acode-Foundation/acode-plugin-python.git",
911
"keywords": [
1012
"python"
1113
],
12-
"contributors": [
13-
{
14-
"name": "Ajit Kumar",
15-
"github": "deadlyjack",
16-
"role": "author"
17-
}
18-
],
1914
"author": {
2015
"name": "Ajit Kumar",
2116
"email": "me@ajitkumar.dev",

plugin.zip

-3 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)