Skip to content

Commit c3f7156

Browse files
committed
feat: change version
1 parent 916805c commit c3f7156

2 files changed

Lines changed: 8 additions & 4 deletions

File tree

package.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "belajarpython.com",
3-
"version": "1.0.0",
3+
"version": "1.3.2",
44
"description": "Situs Open Source Tutorial Pemrograman Python Bahasa Indonesia",
55
"main": "index.js",
66
"scripts": {
@@ -15,7 +15,11 @@
1515
"type": "git",
1616
"url": "git+https://github.com/belajarpythoncom/belajarpython.com.git"
1717
},
18-
"keywords": ["python", "tutorial", "indonesia"],
18+
"keywords": [
19+
"python",
20+
"tutorial",
21+
"indonesia"
22+
],
1923
"author": "Purwanto",
2024
"license": "MIT",
2125
"bugs": {
@@ -29,4 +33,4 @@
2933
"npm-run-all": "^4.1.5",
3034
"tailwindcss": "^3.4.0"
3135
}
32-
}
36+
}

src/_data/site.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55
"url": "https://belajarpython.com",
66
"description": "Belajar Python gratis dengan tutorial lengkap berbahasa Indonesia. Panduan pemrograman Python dari dasar hingga mahir: data science, machine learning, AI, dan web development. Dipercaya 100+ kampus & perusahaan di Indonesia.",
77
"keywords": "belajar python, tutorial python, python indonesia, belajar python pemula, kursus python gratis, pemrograman python, python untuk data science, python machine learning",
8-
"version": "1.3.1"
8+
"version": "1.3.2"
99
}

0 commit comments

Comments
 (0)