From bb29ee8a1257ccdca1a8a0cd4a20434197df3ec4 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Wed, 4 Sep 2019 21:09:38 -0700 Subject: Change version format In order to support my tablet which seems to have a lower maximum integer value (I guess it’s 32-bit? I’m surprised) and can’t handle the version numbers I was using before. It would turn them into floating point numbers, which adds a ~.0~, this made it impossible to install any package. Any installations I have will need to reinstall all their oni packages so that the new version number is picked up, since the new version number will be lower than the old one. --- .dir-locals.el | 2 +- oni-alert.el | 2 +- oni-bookmark.el | 2 +- oni-browse-url.el | 2 +- oni-c++.el | 2 +- oni-c.el | 2 +- oni-circe.el | 2 +- oni-clojure.el | 2 +- oni-cmake.el | 2 +- oni-common-lisp.el | 2 +- oni-company.el | 2 +- oni-compilation.el | 2 +- oni-conf/oni-conf.el | 2 +- oni-core.el | 2 +- oni-counsel.el | 2 +- oni-csharp.el | 2 +- oni-css/oni-css.el | 2 +- oni-data-dir.el | 2 +- oni-diff-hl.el | 2 +- oni-dired.el | 2 +- oni-ediff.el | 2 +- oni-elfeed.el | 2 +- oni-elisp/oni-elisp.el | 2 +- oni-eshell.el | 2 +- oni-fci.el | 2 +- oni-flycheck.el | 2 +- oni-git-commit.el | 2 +- oni-gnus.el | 2 +- oni-grep.el | 2 +- oni-groovy.el | 2 +- oni-gui.el | 2 +- oni-haml/oni-haml.el | 2 +- oni-highlight-indent-guides.el | 2 +- oni-html/oni-html.el | 2 +- oni-ivy.el | 2 +- oni-jabber.el | 2 +- oni-java.el | 2 +- oni-js.el | 2 +- oni-lsp.el | 2 +- oni-lui.el | 2 +- oni-magit.el | 2 +- oni-makefile.el | 2 +- oni-nxml/oni-nxml.el | 2 +- oni-org/oni-org.el | 2 +- oni-package.el | 2 +- oni-paredit.el | 2 +- oni-php/oni-php.el | 2 +- oni-projectile.el | 2 +- oni-python/oni-python.el | 2 +- oni-ruby/oni-ruby.el | 2 +- oni-rust.el | 2 +- oni-scheme.el | 2 +- oni-sh.el | 2 +- oni-shackle.el | 2 +- oni-shr.el | 2 +- oni-slack.el | 2 +- oni-smt.el | 2 +- oni-sort.el | 2 +- oni-tramp.el | 2 +- oni-tui.el | 2 +- oni-twig/oni-twig.el | 2 +- oni-ui.el | 2 +- oni-vc.el | 2 +- oni-web.el | 2 +- oni-yaml.el | 2 +- oni-yasnippet.el | 2 +- 66 files changed, 66 insertions(+), 66 deletions(-) diff --git a/.dir-locals.el b/.dir-locals.el index 1ebccb8..b14c1b4 100644 --- a/.dir-locals.el +++ b/.dir-locals.el @@ -4,4 +4,4 @@ ((nil (time-stamp-end . "\n") (time-stamp-start . "^;; Version: ") - (time-stamp-pattern . "%:y%02m%02d%02H%02M%02S"))) + (time-stamp-pattern . "%:y.%02m%02d.%02H%02M%02S"))) diff --git a/oni-alert.el b/oni-alert.el index a3dc1ea..4245699 100644 --- a/oni-alert.el +++ b/oni-alert.el @@ -4,7 +4,7 @@ ;; Author: Tom Willemse ;; Keywords: local -;; Version: 20190304013327 +;; Version: 2019.0904.210205 ;; Package-Requires: (alert) ;; This program is free software; you can redistribute it and/or modify diff --git a/oni-bookmark.el b/oni-bookmark.el index 58ddba7..bc4a244 100644 --- a/oni-bookmark.el +++ b/oni-bookmark.el @@ -4,7 +4,7 @@ ;; Author: Tom Willemse ;; Keywords: local -;; Version: 20190228190906 +;; Version: 2019.0904.210227 ;; Package-Requires: (oni-data-dir) ;; This program is free software; you can redistribute it and/or modify diff --git a/oni-browse-url.el b/oni-browse-url.el index 13f4bd1..0c1e964 100644 --- a/oni-browse-url.el +++ b/oni-browse-url.el @@ -4,7 +4,7 @@ ;; Author: Tom Willemse ;; Keywords: local -;; Version: 20190304012028 +;; Version: 2019.0904.210259 ;; This program is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by diff --git a/oni-c++.el b/oni-c++.el index f908dc7..4866ee3 100644 --- a/oni-c++.el +++ b/oni-c++.el @@ -4,7 +4,7 @@ ;; Author: Tom Willemse ;; Keywords: local -;; Version: 20190306002807 +;; Version: 2019.0904.210336 ;; Package-Requires: (oni-company oni-flycheck oni-fci) ;; This program is free software; you can redistribute it and/or modify diff --git a/oni-c.el b/oni-c.el index 550c5a1..b9313fc 100644 --- a/oni-c.el +++ b/oni-c.el @@ -4,7 +4,7 @@ ;; Author: Tom Willemse ;; Keywords: local -;; Version: 20190306003104 +;; Version: 2019.0904.210340 ;; Package-Requires: (oni-flycheck oni-fci) ;; This program is free software; you can redistribute it and/or modify diff --git a/oni-circe.el b/oni-circe.el index 084f2d4..7e4506d 100644 --- a/oni-circe.el +++ b/oni-circe.el @@ -4,7 +4,7 @@ ;; Author: Tom Willemse ;; Keywords: local -;; Version: 20190226004925 +;; Version: 2019.0904.210345 ;; Package-Requires: (circe oni-lui) ;; This program is free software; you can redistribute it and/or modify diff --git a/oni-clojure.el b/oni-clojure.el index 313d28e..3f037ae 100644 --- a/oni-clojure.el +++ b/oni-clojure.el @@ -4,7 +4,7 @@ ;; Author: Tom Willemse ;; Keywords: local -;; Version: 20190304235903 +;; Version: 2019.0904.210349 ;; Package-Requires: (clojure-mode cider clojure-mode-extra-font-locking oni-paredit rainbow-delimiters oni-data-dir) ;; This program is free software; you can redistribute it and/or modify diff --git a/oni-cmake.el b/oni-cmake.el index 869b049..567c1c3 100644 --- a/oni-cmake.el +++ b/oni-cmake.el @@ -4,7 +4,7 @@ ;; Author: Tom Willemse ;; Keywords: local -;; Version: 20190501161805 +;; Version: 2019.0904.210353 ;; Package-Requires: (cmake-mode oni-company oni-fci cmake-font-lock eldoc-cmake flycheck) ;; This program is free software; you can redistribute it and/or modify diff --git a/oni-common-lisp.el b/oni-common-lisp.el index d1d4f7c..d959048 100644 --- a/oni-common-lisp.el +++ b/oni-common-lisp.el @@ -4,7 +4,7 @@ ;; Author: Tom Willemse ;; Keywords: local -;; Version: 20190304235917 +;; Version: 2019.0904.210357 ;; Package-Requires: (oni-company oni-flycheck oni-paredit rainbow-delimiters slime slime-company) ;; This program is free software; you can redistribute it and/or modify diff --git a/oni-company.el b/oni-company.el index 2153f46..edec938 100644 --- a/oni-company.el +++ b/oni-company.el @@ -4,7 +4,7 @@ ;; Author: Tom Willemse ;; Keywords: local -;; Version: 20190523075637 +;; Version: 2019.0904.210401 ;; Package-Requires: (company company-posframe diminish) ;; This program is free software; you can redistribute it and/or modify diff --git a/oni-compilation.el b/oni-compilation.el index 4ce9fcc..c7ad6fa 100644 --- a/oni-compilation.el +++ b/oni-compilation.el @@ -4,7 +4,7 @@ ;; Author: Tom Willemse ;; Keywords: local -;; Version: 20190304013511 +;; Version: 2019.0904.210405 ;; Package-Requires: (oni-shackle oni-alert) ;; This program is free software; you can redistribute it and/or modify diff --git a/oni-conf/oni-conf.el b/oni-conf/oni-conf.el index 23bc27f..08bf6f9 100644 --- a/oni-conf/oni-conf.el +++ b/oni-conf/oni-conf.el @@ -4,7 +4,7 @@ ;; Author: Tom Willemse ;; Keywords: local -;; Version: 20190827215231 +;; Version: 2019.0904.210412 ;; Package-Requires: (oni-yasnippet) ;; This program is free software; you can redistribute it and/or modify diff --git a/oni-core.el b/oni-core.el index be27507..80b1441 100644 --- a/oni-core.el +++ b/oni-core.el @@ -4,7 +4,7 @@ ;; Author: Tom Willemse ;; Keywords: local -;; Version: 20190409010902 +;; Version: 2019.0904.210419 ;; Package-Requires: (oni-data-dir expand-region multiple-cursors embrace helpful) ;; This program is free software; you can redistribute it and/or modify diff --git a/oni-counsel.el b/oni-counsel.el index fe833f9..55dce34 100644 --- a/oni-counsel.el +++ b/oni-counsel.el @@ -4,7 +4,7 @@ ;; Author: Tom Willemse ;; Keywords: local -;; Version: 20190724081053 +;; Version: 2019.0904.210423 ;; Package-Requires: (counsel diminish helpful) ;; This program is free software; you can redistribute it and/or modify diff --git a/oni-csharp.el b/oni-csharp.el index c954175..98318a0 100644 --- a/oni-csharp.el +++ b/oni-csharp.el @@ -4,7 +4,7 @@ ;; Author: Tom Willemse ;; Keywords: local -;; Version: 20190711082233 +;; Version: 2019.0904.210426 ;; Package-Requires: (csharp-mode omnisharp oni-company oni-flycheck) ;; This program is free software; you can redistribute it and/or modify diff --git a/oni-css/oni-css.el b/oni-css/oni-css.el index e588304..cc8d441 100644 --- a/oni-css/oni-css.el +++ b/oni-css/oni-css.el @@ -4,7 +4,7 @@ ;; Author: Tom Willemse ;; Keywords: local -;; Version: 20190825132418 +;; Version: 2019.0904.210438 ;; Package-Requires: (oni-company oni-fci hydra rainbow-mode yasnippet) ;; This program is free software; you can redistribute it and/or modify diff --git a/oni-data-dir.el b/oni-data-dir.el index 9bb1b5f..e08a01e 100644 --- a/oni-data-dir.el +++ b/oni-data-dir.el @@ -4,7 +4,7 @@ ;; Author: Tom Willemse ;; Keywords: local -;; Version: 20190528072813 +;; Version: 2019.0904.210447 ;; This program is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by diff --git a/oni-diff-hl.el b/oni-diff-hl.el index 91622de..2f87ced 100644 --- a/oni-diff-hl.el +++ b/oni-diff-hl.el @@ -4,7 +4,7 @@ ;; Author: Tom Willemse ;; Keywords: local -;; Version: 20190618215248 +;; Version: 2019.0904.210452 ;; Package-Requires: (diff-hl) ;; This program is free software; you can redistribute it and/or modify diff --git a/oni-dired.el b/oni-dired.el index 75ad1e8..5a6e505 100644 --- a/oni-dired.el +++ b/oni-dired.el @@ -4,7 +4,7 @@ ;; Author: Tom Willemse ;; Keywords: local -;; Version: 20190226013044 +;; Version: 2019.0904.210456 ;; This program is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by diff --git a/oni-ediff.el b/oni-ediff.el index bac7ff1..f8917de 100644 --- a/oni-ediff.el +++ b/oni-ediff.el @@ -4,7 +4,7 @@ ;; Author: Tom Willemse ;; Keywords: local -;; Version: 20190226012954 +;; Version: 2019.0904.210509 ;; This program is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by diff --git a/oni-elfeed.el b/oni-elfeed.el index 8ca890d..69035a7 100644 --- a/oni-elfeed.el +++ b/oni-elfeed.el @@ -4,7 +4,7 @@ ;; Author: Tom Willemse ;; Keywords: local -;; Version: 20190716223740 +;; Version: 2019.0904.210512 ;; Package-Requires: (elfeed) ;; This program is free software; you can redistribute it and/or modify diff --git a/oni-elisp/oni-elisp.el b/oni-elisp/oni-elisp.el index 864c6c3..b32f6d4 100644 --- a/oni-elisp/oni-elisp.el +++ b/oni-elisp/oni-elisp.el @@ -4,7 +4,7 @@ ;; Author: Tom Willemse ;; Keywords: local -;; Version: 20190825135738 +;; Version: 2019.0904.210517 ;; Package-Requires: (oni-company oni-flycheck oni-paredit oni-fci oni-yasnippet rainbow-delimiters nameless erefactor) ;; This program is free software; you can redistribute it and/or modify diff --git a/oni-eshell.el b/oni-eshell.el index 132403d..40d7d82 100644 --- a/oni-eshell.el +++ b/oni-eshell.el @@ -4,7 +4,7 @@ ;; Author: Tom Willemse ;; Keywords: local -;; Version: 20190531074910 +;; Version: 2019.0904.210523 ;; Package-Requires: (eshell-fringe-status esh-autosuggest) ;; This program is free software; you can redistribute it and/or modify diff --git a/oni-fci.el b/oni-fci.el index 75ee9e3..825ab3e 100644 --- a/oni-fci.el +++ b/oni-fci.el @@ -4,7 +4,7 @@ ;; Author: Tom Willemse ;; Keywords: local -;; Version: 20190306002728 +;; Version: 2019.0904.210527 ;; Package-Requires: (fill-column-indicator) ;; This program is free software; you can redistribute it and/or modify diff --git a/oni-flycheck.el b/oni-flycheck.el index 752108d..c97910f 100644 --- a/oni-flycheck.el +++ b/oni-flycheck.el @@ -4,7 +4,7 @@ ;; Author: Tom Willemse ;; Keywords: local -;; Version: 20190522210222 +;; Version: 2019.0904.210532 ;; Package-Requires: (flycheck flycheck-posframe flycheck-cask) ;; This program is free software; you can redistribute it and/or modify diff --git a/oni-git-commit.el b/oni-git-commit.el index 631aa10..a4f99c1 100644 --- a/oni-git-commit.el +++ b/oni-git-commit.el @@ -4,7 +4,7 @@ ;; Author: Tom Willemse ;; Keywords: local -;; Version: 20190306232233 +;; Version: 2019.0904.210537 ;; Package-Requires: (git-commit) ;; This program is free software; you can redistribute it and/or modify diff --git a/oni-gnus.el b/oni-gnus.el index d53cf7d..fed555f 100644 --- a/oni-gnus.el +++ b/oni-gnus.el @@ -4,7 +4,7 @@ ;; Author: Tom Willemse ;; Keywords: local -;; Version: 20190227233916 +;; Version: 2019.0904.210542 ;; Package-Requires: (oni-data-dir) ;; This program is free software; you can redistribute it and/or modify diff --git a/oni-grep.el b/oni-grep.el index 3922d29..deb4a76 100644 --- a/oni-grep.el +++ b/oni-grep.el @@ -4,7 +4,7 @@ ;; Author: Tom Willemse ;; Keywords: local -;; Version: 20190328172224 +;; Version: 2019.0904.210546 ;; This program is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by diff --git a/oni-groovy.el b/oni-groovy.el index e9bdc62..b9ed7e5 100644 --- a/oni-groovy.el +++ b/oni-groovy.el @@ -4,7 +4,7 @@ ;; Author: Tom Willemse ;; Keywords: local -;; Version: 20190722233651 +;; Version: 2019.0904.210550 ;; Package-Requires: (groovy-mode groovy-imports rainbow-delimiters) ;; This program is free software; you can redistribute it and/or modify diff --git a/oni-gui.el b/oni-gui.el index 3c92a21..25cba4c 100644 --- a/oni-gui.el +++ b/oni-gui.el @@ -4,7 +4,7 @@ ;; Author: Tom Willemse ;; Keywords: local -;; Version: 20190501164307 +;; Version: 2019.0904.210553 ;; Package-Requires: (oni-ui yoshi-theme diminish) ;; This program is free software; you can redistribute it and/or modify diff --git a/oni-haml/oni-haml.el b/oni-haml/oni-haml.el index 482ec93..00a88d7 100644 --- a/oni-haml/oni-haml.el +++ b/oni-haml/oni-haml.el @@ -4,7 +4,7 @@ ;; Author: Tom Willemse ;; Keywords: local -;; Version: 20190827215831 +;; Version: 2019.0904.210605 ;; Package-Requires: (oni-yasnippet) ;; This program is free software; you can redistribute it and/or modify diff --git a/oni-highlight-indent-guides.el b/oni-highlight-indent-guides.el index a695541..ad6ba07 100644 --- a/oni-highlight-indent-guides.el +++ b/oni-highlight-indent-guides.el @@ -4,7 +4,7 @@ ;; Author: Tom Willemse ;; Keywords: local -;; Version: 20190504235807 +;; Version: 2019.0904.210610 ;; Package-Requires: (highlight-indent-guides) ;; This program is free software; you can redistribute it and/or modify diff --git a/oni-html/oni-html.el b/oni-html/oni-html.el index ba77ffa..0ea7cb6 100644 --- a/oni-html/oni-html.el +++ b/oni-html/oni-html.el @@ -4,7 +4,7 @@ ;; Author: Tom Willemse ;; Keywords: local -;; Version: 20190827231602 +;; Version: 2019.0904.210616 ;; Package-Requires: (oni-yasnippet) ;; This program is free software; you can redistribute it and/or modify diff --git a/oni-ivy.el b/oni-ivy.el index f49b077..b7022d7 100644 --- a/oni-ivy.el +++ b/oni-ivy.el @@ -4,7 +4,7 @@ ;; Author: Tom Willemse ;; Keywords: local -;; Version: 20190708224516 +;; Version: 2019.0904.210630 ;; Package-Requires: (ivy ivy-hydra diminish ivy-posframe) ;; This program is free software; you can redistribute it and/or modify diff --git a/oni-jabber.el b/oni-jabber.el index 5a13033..ff12a75 100644 --- a/oni-jabber.el +++ b/oni-jabber.el @@ -4,7 +4,7 @@ ;; Author: Tom Willemse ;; Keywords: local -;; Version: 20190227233209 +;; Version: 2019.0904.210634 ;; Package-Requires: (jabber oni-data-dir) ;; This program is free software; you can redistribute it and/or modify diff --git a/oni-java.el b/oni-java.el index f680698..517a80d 100644 --- a/oni-java.el +++ b/oni-java.el @@ -4,7 +4,7 @@ ;; Author: Tom Willemse ;; Keywords: local -;; Version: 20190723225257 +;; Version: 2019.0904.210637 ;; Package-Requires: (oni-fci oni-data-dir lsp-java company-lsp lsp-ui hydra) ;; This program is free software; you can redistribute it and/or modify diff --git a/oni-js.el b/oni-js.el index c0776d3..7bdef55 100644 --- a/oni-js.el +++ b/oni-js.el @@ -4,7 +4,7 @@ ;; Author: Tom Willemse ;; Keywords: local -;; Version: 20190306003203 +;; Version: 2019.0904.210640 ;; Package-Requires: (oni-company js2-mode js2-refactor oni-fci oni-flycheck tern company-tern fic-mode rjsx-mode) ;; This program is free software; you can redistribute it and/or modify diff --git a/oni-lsp.el b/oni-lsp.el index 2e7ad7d..6af5ec0 100644 --- a/oni-lsp.el +++ b/oni-lsp.el @@ -4,7 +4,7 @@ ;; Author: Tom Willemse ;; Keywords: local -;; Version: 20190512185904 +;; Version: 2019.0904.210643 ;; Package-Requires: (lsp-mode lsp-ui) ;; This program is free software; you can redistribute it and/or modify diff --git a/oni-lui.el b/oni-lui.el index 2c22eb4..49a314f 100644 --- a/oni-lui.el +++ b/oni-lui.el @@ -4,7 +4,7 @@ ;; Author: Tom Willemse ;; Keywords: local -;; Version: 20190226004504 +;; Version: 2019.0904.210647 ;; Package-Requires: (circe) ;; This program is free software; you can redistribute it and/or modify diff --git a/oni-magit.el b/oni-magit.el index 8af000a..f4fcd1e 100644 --- a/oni-magit.el +++ b/oni-magit.el @@ -4,7 +4,7 @@ ;; Author: Tom Willemse ;; Keywords: local -;; Version: 20190306231034 +;; Version: 2019.0904.210652 ;; Package-Requires: (magit magit-popup hydra) ;; This program is free software; you can redistribute it and/or modify diff --git a/oni-makefile.el b/oni-makefile.el index a196e6c..418976e 100644 --- a/oni-makefile.el +++ b/oni-makefile.el @@ -4,7 +4,7 @@ ;; Author: Tom Willemse ;; Keywords: local -;; Version: 20190306003113 +;; Version: 2019.0904.210656 ;; Package-Requires: (oni-fci) ;; This program is free software; you can redistribute it and/or modify diff --git a/oni-nxml/oni-nxml.el b/oni-nxml/oni-nxml.el index 2ca4977..fe188a5 100644 --- a/oni-nxml/oni-nxml.el +++ b/oni-nxml/oni-nxml.el @@ -4,7 +4,7 @@ ;; Author: Tom Willemse ;; Keywords: local -;; Version: 20190827233218 +;; Version: 2019.0904.210700 ;; Package-Requires: (oni-yasnippet) ;; This program is free software; you can redistribute it and/or modify diff --git a/oni-org/oni-org.el b/oni-org/oni-org.el index 4ba4506..5c0445c 100644 --- a/oni-org/oni-org.el +++ b/oni-org/oni-org.el @@ -4,7 +4,7 @@ ;; Author: Tom Willemse ;; Keywords: local -;; Version: 20190827234011 +;; Version: 2019.0904.210706 ;; Package-Requires: (oni-yasnippet org-plus-contrib org-bullets hydra org-wild-notifier) ;; This program is free software; you can redistribute it and/or modify diff --git a/oni-package.el b/oni-package.el index 6c104b4..7114165 100644 --- a/oni-package.el +++ b/oni-package.el @@ -4,7 +4,7 @@ ;; Author: Tom Willemse ;; Keywords: local -;; Version: 20190818171115 +;; Version: 2019.0904.210725 ;; This program is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by diff --git a/oni-paredit.el b/oni-paredit.el index d07d0b8..70639c6 100644 --- a/oni-paredit.el +++ b/oni-paredit.el @@ -4,7 +4,7 @@ ;; Author: Tom Willemse ;; Keywords: local -;; Version: 20190304235802 +;; Version: 2019.0904.210729 ;; Package-Requires: (paredit diminish) ;; This program is free software; you can redistribute it and/or modify diff --git a/oni-php/oni-php.el b/oni-php/oni-php.el index ed7fbb9..8070408 100644 --- a/oni-php/oni-php.el +++ b/oni-php/oni-php.el @@ -4,7 +4,7 @@ ;; Author: Tom Willemse ;; Keywords: local -;; Version: 20190827234741 +;; Version: 2019.0904.210734 ;; Package-Requires: (php-mode oni-yasnippet oni-flycheck oni-company oni-fci ggtags fic-mode hydra company-php phpcbf) ;; This program is free software; you can redistribute it and/or modify diff --git a/oni-projectile.el b/oni-projectile.el index da8596f..f7b694b 100644 --- a/oni-projectile.el +++ b/oni-projectile.el @@ -4,7 +4,7 @@ ;; Author: Tom Willemse ;; Keywords: local -;; Version: 20190724080811 +;; Version: 2019.0904.210741 ;; Package-Requires: (projectile ivy oni-data-dir) ;; This program is free software; you can redistribute it and/or modify diff --git a/oni-python/oni-python.el b/oni-python/oni-python.el index 9be51f8..79ced5f 100644 --- a/oni-python/oni-python.el +++ b/oni-python/oni-python.el @@ -4,7 +4,7 @@ ;; Author: Tom Willemse ;; Keywords: local -;; Version: 20190828000139 +;; Version: 2019.0904.210747 ;; Package-Requires: (oni-yasnippet oni-company company-jedi oni-fci oni-flycheck rainbow-delimiters reformatter traad hydra) ;; This program is free software; you can redistribute it and/or modify diff --git a/oni-ruby/oni-ruby.el b/oni-ruby/oni-ruby.el index 6e84184..14b12d2 100644 --- a/oni-ruby/oni-ruby.el +++ b/oni-ruby/oni-ruby.el @@ -4,7 +4,7 @@ ;; Author: Tom Willemse ;; Keywords: local -;; Version: 20190828000216 +;; Version: 2019.0904.210755 ;; Package-Requires: (ruby-mode oni-fci oni-yasnippet) ;; This program is free software; you can redistribute it and/or modify diff --git a/oni-rust.el b/oni-rust.el index b559af8..afc4263 100644 --- a/oni-rust.el +++ b/oni-rust.el @@ -4,7 +4,7 @@ ;; Author: Tom Willemse ;; Keywords: local -;; Version: 20190226230829 +;; Version: 2019.0904.210801 ;; Package-Requires: (rust-mode oni-flycheck rainbow-delimiters) ;; This program is free software; you can redistribute it and/or modify diff --git a/oni-scheme.el b/oni-scheme.el index adf4d1f..6a26ff5 100644 --- a/oni-scheme.el +++ b/oni-scheme.el @@ -4,7 +4,7 @@ ;; Author: Tom Willemse ;; Keywords: local -;; Version: 20190306003058 +;; Version: 2019.0904.210805 ;; Package-Requires: (oni-company oni-paredit oni-fci rainbow-delimiters) ;; This program is free software; you can redistribute it and/or modify diff --git a/oni-sh.el b/oni-sh.el index cc7d441..d321f97 100644 --- a/oni-sh.el +++ b/oni-sh.el @@ -4,7 +4,7 @@ ;; Author: Tom Willemse ;; Keywords: local -;; Version: 20190306002909 +;; Version: 2019.0904.210811 ;; Package-Requires: (reformatter oni-flycheck oni-fci) ;; This program is free software; you can redistribute it and/or modify diff --git a/oni-shackle.el b/oni-shackle.el index 8e0abe4..7d6a00c 100644 --- a/oni-shackle.el +++ b/oni-shackle.el @@ -4,7 +4,7 @@ ;; Author: Tom Willemse ;; Keywords: local -;; Version: 20190226001927 +;; Version: 2019.0904.210808 ;; Package-Requires: (shackle) ;; This program is free software; you can redistribute it and/or modify diff --git a/oni-shr.el b/oni-shr.el index 2184f5f..3537fb1 100644 --- a/oni-shr.el +++ b/oni-shr.el @@ -4,7 +4,7 @@ ;; Author: Tom Willemse ;; Keywords: local -;; Version: 20190227231421 +;; Version: 2019.0904.210815 ;; This program is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by diff --git a/oni-slack.el b/oni-slack.el index 4ee4d94..9b40c14 100644 --- a/oni-slack.el +++ b/oni-slack.el @@ -4,7 +4,7 @@ ;; Author: Tom Willemse ;; Keywords: local -;; Version: 20190226005042 +;; Version: 2019.0904.210819 ;; Package-Requires: (slack oni-lui) ;; This program is free software; you can redistribute it and/or modify diff --git a/oni-smt.el b/oni-smt.el index 76893e3..866dffd 100644 --- a/oni-smt.el +++ b/oni-smt.el @@ -4,7 +4,7 @@ ;; Author: Tom Willemse ;; Keywords: local -;; Version: 20190226001551 +;; Version: 2019.0904.210822 ;; Package-Requires: (smart-mode-line oni-flycheck) ;; This program is free software; you can redistribute it and/or modify diff --git a/oni-sort.el b/oni-sort.el index d23a164..604d75d 100644 --- a/oni-sort.el +++ b/oni-sort.el @@ -4,7 +4,7 @@ ;; Author: Tom Willemse ;; Keywords: local -;; Version: 20190306002159 +;; Version: 2019.0904.210825 ;; This program is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by diff --git a/oni-tramp.el b/oni-tramp.el index 8061f49..e19a40c 100644 --- a/oni-tramp.el +++ b/oni-tramp.el @@ -4,7 +4,7 @@ ;; Author: Tom Willemse ;; Keywords: local -;; Version: 20190306231349 +;; Version: 2019.0904.210828 ;; This program is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by diff --git a/oni-tui.el b/oni-tui.el index 0495b89..a328444 100644 --- a/oni-tui.el +++ b/oni-tui.el @@ -4,7 +4,7 @@ ;; Author: Tom Willemse ;; Keywords: local -;; Version: 20190226021059 +;; Version: 2019.0904.210831 ;; Package-Requires: (oni-ui) ;; This program is free software; you can redistribute it and/or modify diff --git a/oni-twig/oni-twig.el b/oni-twig/oni-twig.el index c71b51a..65b0cf3 100644 --- a/oni-twig/oni-twig.el +++ b/oni-twig/oni-twig.el @@ -4,7 +4,7 @@ ;; Author: Tom Willemse ;; Keywords: local -;; Version: 20190828000459 +;; Version: 2019.0904.210836 ;; Package-Requires: (twig-mode oni-yasnippet) ;; This program is free software; you can redistribute it and/or modify diff --git a/oni-ui.el b/oni-ui.el index 93bbb5a..3155f69 100644 --- a/oni-ui.el +++ b/oni-ui.el @@ -4,7 +4,7 @@ ;; Author: Tom Willemse ;; Keywords: local -;; Version: 20190226014918 +;; Version: 2019.0904.210841 ;; This program is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by diff --git a/oni-vc.el b/oni-vc.el index b26d9a5..fddf067 100644 --- a/oni-vc.el +++ b/oni-vc.el @@ -4,7 +4,7 @@ ;; Author: Tom Willemse ;; Keywords: local -;; Version: 20190306001310 +;; Version: 2019.0904.210844 ;; Package-Requires: (vc-p4) ;; This program is free software; you can redistribute it and/or modify diff --git a/oni-web.el b/oni-web.el index 6a45ed4..6993220 100644 --- a/oni-web.el +++ b/oni-web.el @@ -4,7 +4,7 @@ ;; Author: Tom Willemse ;; Keywords: local -;; Version: 20190227225438 +;; Version: 2019.0904.210848 ;; Package-Requires: (web-mode oni-flycheck) ;; This program is free software; you can redistribute it and/or modify diff --git a/oni-yaml.el b/oni-yaml.el index cce7b0c..e7a305a 100644 --- a/oni-yaml.el +++ b/oni-yaml.el @@ -4,7 +4,7 @@ ;; Author: Tom Willemse ;; Keywords: local -;; Version: 20190504235439 +;; Version: 2019.0904.210852 ;; Package-Requires: (yaml-mode oni-flycheck oni-fci oni-highlight-indent-guides flycheck-yamllint indent-tools yaml-imenu) ;; This program is free software; you can redistribute it and/or modify diff --git a/oni-yasnippet.el b/oni-yasnippet.el index 7779627..079a38e 100644 --- a/oni-yasnippet.el +++ b/oni-yasnippet.el @@ -4,7 +4,7 @@ ;; Author: Tom Willemse ;; Keywords: local -;; Version: 20190227234554 +;; Version: 2019.0904.210855 ;; Package-Requires: (yasnippet yasnippet-snippets diminish) ;; This program is free software; you can redistribute it and/or modify -- cgit v1.2.3-54-g00ecf