vnews 0.2.9 → 0.3.0

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.markdown +1 -1
  2. data/lib/vnews/version.rb +1 -1
  3. metadata +3 -3
data/README.markdown CHANGED
@@ -233,7 +233,7 @@ Search results are sorted by publication date.
233
233
 
234
234
  * `:VNConcat` with a visual selection
235
235
  * `:[range]VNConcat`
236
- * `,x` is a short for `:%VNConcat` (concatenate all the items in the list)
236
+ * `,x` is a shortcut for `:%VNConcat` (concatenate all the items in the list)
237
237
 
238
238
  These commands let you concatenate feed items into a single, continuous
239
239
  text document for printing or more leisurely reading.
data/lib/vnews/version.rb CHANGED
@@ -1,4 +1,4 @@
1
1
  class Vnews
2
- VERSION = '0.2.9'
2
+ VERSION = '0.3.0'
3
3
  end
4
4
 
metadata CHANGED
@@ -4,9 +4,9 @@ version: !ruby/object:Gem::Version
4
4
  prerelease: false
5
5
  segments:
6
6
  - 0
7
- - 2
8
- - 9
9
- version: 0.2.9
7
+ - 3
8
+ - 0
9
+ version: 0.3.0
10
10
  platform: ruby
11
11
  authors:
12
12
  - Daniel Choi