Skip to content

Commit e204eeb

Browse files
committed
Release v1.0.0
1 parent 6fc6baa commit e204eeb

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

Diff for: CMakeLists.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ cmake_minimum_required(VERSION 3.5)
22

33
PROJECT(uget-integrator)
44

5-
set(MAJOR_VERSION 0)
5+
set(MAJOR_VERSION 1)
66
set(MINOR_VERSION 0)
7-
set(PATCH_VERSION 1)
7+
set(PATCH_VERSION 0)
88
set(RELEASE_VERSION 1)
99
set(VERSION ${MAJOR_VERSION}.${MINOR_VERSION}.${PATCH_VERSION})
1010
set(DESCRIPTION "Integrate uGet Download manager with Google Chrome, Chromium, Vivaldi, Opera and Firefox")

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Integrate uGet Download Manager with Google Chrome, Chromium, Opera, Vivaldi and
44

55
## Installation
66

7-
> **NOTE:** uget-integrator is still under development. Please stick with [uget-chrome-wrapper](https://slgobinath.github.io/uget-chrome-wrapper/#installation) until new release.
7+
> After installing `uget-integrator`, install [uget-extension](https://github.com/ugetdm/uget-extension) and restart your browser.
88
99
### Arch
1010

Diff for: bin/uget-integrator

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ from mimetypes import guess_extension
3636
cookie_filepath = join(tempfile.gettempdir(), 'uget_cookie')
3737
urls_filepath = join(tempfile.gettempdir(), 'uget_urls')
3838
UGET_COMMAND = 'uget-gtk'
39-
VERSION = "0.0.1"
39+
VERSION = "1.0.0"
4040
creation_flags = 0
4141

4242
logger = logging.getLogger()

Diff for: install/windows/uget-integrator.nsi

+1-1
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ FunctionEnd
158158

159159
;--------------------------------
160160
;General
161-
!define _VERSION "0.0.1.0"
161+
!define _VERSION "1.0.0.1"
162162
!define _PROGRAM_NAME "uget-integrator"
163163

164164
;Name and file

0 commit comments

Comments
 (0)