Skip to content

Commit eb43805

Browse files
committed
Updated the doc
1 parent 1eb27f4 commit eb43805

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Install using composer
99
```json
1010
{
1111
"require": {
12-
"dsiddharth2/php-zxing": "1.0.1"
12+
"dsiddharth2/php-zxing": "1.0.2"
1313
}
1414
}
1515
```
@@ -19,6 +19,10 @@ Note
1919
* Only Decoder is programmed right now. Needs programming of Encoder.
2020
* The Default location of java that is configured is /usr/bin/java
2121

22+
Changes in version 1.0.2
23+
--------------------
24+
* Updated the new jars and tested on windows system
25+
2226
Changes in version 1.0.1
2327
--------------------
2428
* Added a isFound function that will tell if the bar code is found.

0 commit comments

Comments
 (0)