Skip to content

Commit 0020dc7

Browse files
committed
version 0.5.0
- Replace delay with sleep_delay - Handle non-ascii characters - Correct random to randomize - Ported remaining Unfollow function
1 parent d18aba5 commit 0020dc7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# InstaPy-GUI
22

3-
[![Version](https://img.shields.io/badge/version-0.4.0-green.svg)](#)
3+
[![Version](https://img.shields.io/badge/version-0.5.0-green.svg)](#)
44
[![MIT license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/)
55
[![built with Electron](https://img.shields.io/badge/built%20with-Electron-blue.svg)](https://github.com/SeleniumHQ/selenium)
66
[![built with Python3](https://img.shields.io/badge/built%20with-Semantic--UI-lightgrey.svg)](https://www.semantic-ui.com/)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "InstaPyGUI",
33
"productName": "InstaPy GUI",
4-
"version": "0.4.0",
4+
"version": "0.5.0",
55
"description": "A minimal InstaPy GUI",
66
"main": "main.js",
77
"scripts": {

0 commit comments

Comments
 (0)