Skip to content

Commit

Permalink
Version 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mateussouzaweb committed Mar 22, 2022
1 parent 4952093 commit efb7ae9
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions src/vine.ts
Original file line number Diff line number Diff line change
@@ -1,13 +1,9 @@
/*! Vine JS (2.0.0) - https://github.com/mateussouzaweb/vine */
/*! Vine JS (2.0.1) - https://github.com/mateussouzaweb/vine */

declare global {
interface Window {
Vine: {}
}
}

const Vine = {
__version: "2.0.0"
}

export default Vine
export const __version = "2.0.1"

0 comments on commit efb7ae9

Please sign in to comment.