Skip to content

Commit

Permalink
Release 3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Scribblerockerz committed Jun 15, 2021
1 parent 859c188 commit f4feefb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [unreleased]
## [3.1.1] - 2021-06-15

### Fixed

Expand Down
4 changes: 2 additions & 2 deletions cmd/cryptletter/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ import (
"github.com/spf13/cobra"
)

// NewCmd builds a new analyse url command
// NewVersionCmd lists the current app version
func NewVersionCmd() *cobra.Command {
cmd := &cobra.Command{
Use: "version",
Short: "executables version",
Run: func(cmd *cobra.Command, args []string) {
fmt.Println("cryptletter version 3.1.0")
fmt.Println("cryptletter version 3.1.1")
},
}

Expand Down
2 changes: 1 addition & 1 deletion web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "web",
"version": "3.0.1",
"version": "3.1.1",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
Expand Down

0 comments on commit f4feefb

Please sign in to comment.