Skip to content

Commit

Permalink
version 0.5.0
Browse files Browse the repository at this point in the history
- Replace delay with sleep_delay
- Handle non-ascii characters
- Correct random to randomize
- Ported remaining Unfollow function
  • Loading branch information
ahmadudin committed Jan 13, 2018
1 parent d18aba5 commit 0020dc7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# InstaPy-GUI

[![Version](https://img.shields.io/badge/version-0.4.0-green.svg)](#)
[![Version](https://img.shields.io/badge/version-0.5.0-green.svg)](#)
[![MIT license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/)
[![built with Electron](https://img.shields.io/badge/built%20with-Electron-blue.svg)](https://github.com/SeleniumHQ/selenium)
[![built with Python3](https://img.shields.io/badge/built%20with-Semantic--UI-lightgrey.svg)](https://www.semantic-ui.com/)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "InstaPyGUI",
"productName": "InstaPy GUI",
"version": "0.4.0",
"version": "0.5.0",
"description": "A minimal InstaPy GUI",
"main": "main.js",
"scripts": {
Expand Down

0 comments on commit 0020dc7

Please sign in to comment.