pdfs2pdf 0.0.1 → 0.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. data/README.md +5 -1
  2. data/lib/pdfs2pdf/version.rb +1 -1
  3. metadata +1 -1
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  ## Pdfs2Pdf
2
2
 
3
- [![Gem Version](https://badge.fury.io/rb/pdfs2pdf.svg)](http://badge.fury.io/rb/pdfs2pfs)
3
+ [![Gem Version](https://badge.fury.io/rb/pdfs2pdf.svg)](http://badge.fury.io/rb/pdfs2pdf)
4
4
 
5
5
  Combine multiple PDF files into one file with simple bookmarks support.
6
6
 
@@ -130,6 +130,10 @@ letters, numbers and/or underscore characters. Any other characters like
130
130
 
131
131
  ### Changelogs
132
132
 
133
+ #### 0.0.2
134
+
135
+ - Fix incorrect version badge
136
+
133
137
  #### 0.0.1
134
138
 
135
139
  - Initial release
@@ -1,3 +1,3 @@
1
1
  module Pdfs2Pdf
2
- VERSION = '0.0.1'
2
+ VERSION = '0.0.2'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pdfs2pdf
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: