Skip to content

Commit

Permalink
1.16.29
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinashworth committed Jan 3, 2021
1 parent 8ef65b8 commit 51b497e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "octave",
"version": "1.16.28",
"version": "1.16.29",
"scripts": {
"start": "meteor --port 4004 --settings settings.json",
"start-debug": "meteor debug --port 4004 --settings settings.json",
Expand Down
2 changes: 1 addition & 1 deletion packages/octave/package.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package.describe({
name: 'octave',
version: '1.16.28'
version: '1.16.29'
})

Package.onUse(function (api) {
Expand Down
2 changes: 1 addition & 1 deletion sample_settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"owner": "All of Us",
"ownerUrl": "//example.com/",
"description": "Octave is a place to collaborate and share information.",
"version": "1.16.28",
"version": "1.16.29",
"faviconUrl": "/favicon/favicon.ico",
"locale": "en",
"algolia": {
Expand Down

0 comments on commit 51b497e

Please sign in to comment.