Procházet zdrojové kódy

v2.0.1

Signed-off-by: Jonathan <theflametrooper@gmail.com>
Jonathan před 5 roky
rodič
revize
4a6d6c857e
2 změnil soubory, kde provedl 1 přidání a 2 odebrání
  1. 0 1
      README.md
  2. 1 1
      package.json

+ 0 - 1
README.md

@@ -38,7 +38,6 @@ new Toast({
 - Error handling (i.e. you haven't provided any content for the toast)
 - Ability to parse markdown or html
 - Ability to change to persistent
-- Small reaction to drag e.g. push it over the edge
 
 <!--See [example](https://github.com/jonathan-grah/vue-roaster/tree/master/example) folder for more details.-->
 

+ 1 - 1
package.json

@@ -24,5 +24,5 @@
     "build": "webpack --mode=production --progress --hide-modules",
     "dev": "webpack --mode=development --watch"
   },
-  "version": "2.0.0"
+  "version": "2.0.1"
 }